aboutsummaryrefslogtreecommitdiffstats
path: root/devel/styx/files/patch-inc__sysbase1.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /devel/styx/files/patch-inc__sysbase1.h
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'devel/styx/files/patch-inc__sysbase1.h')
-rw-r--r--devel/styx/files/patch-inc__sysbase1.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/styx/files/patch-inc__sysbase1.h b/devel/styx/files/patch-inc__sysbase1.h
new file mode 100644
index 000000000000..e1800ff903b9
--- /dev/null
+++ b/devel/styx/files/patch-inc__sysbase1.h
@@ -0,0 +1,11 @@
+--- inc/sysbase1.h.orig Tue Apr 17 00:55:58 2001
++++ inc/sysbase1.h Tue Apr 17 00:57:17 2001
+@@ -178,7 +178,7 @@
+
+ #define DL_LOAD_LAZY 0
+
+-#if !defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H)))
++#if defined(__FreeBSD__) || (!defined(STYX_CONFIG_OSMS) && (!defined(HAVE_CONFIG_H) || (defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H))))
+ #define DL_LAZY RTLD_LAZY
+ #define DL_NOW RTLD_NOW
+ #define DL_BINDING_MASK RTLD_BINDING_MASK