diff options
Diffstat (limited to 'devel/libtool15/files/patch-ltdl.m4')
-rw-r--r-- | devel/libtool15/files/patch-ltdl.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libtool15/files/patch-ltdl.m4 b/devel/libtool15/files/patch-ltdl.m4 new file mode 100644 index 000000000..ac2ac2be4 --- /dev/null +++ b/devel/libtool15/files/patch-ltdl.m4 @@ -0,0 +1,12 @@ +--- ltdl.m4.orig Sun Dec 17 13:06:14 2006 ++++ ltdl.m4 Sun Dec 17 13:06:46 2006 +@@ -127,6 +127,9 @@ + # If you are looking for one http://www.opendarwin.org/projects/dlcompat + libltdl_cv_sys_dlopen_deplibs=yes + ;; ++ freebsd*) ++ libltdl_cv_sys_dlopen_deplibs=yes ++ ;; + gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) + # GNU and its variants, using gnu ld.so (Glibc) + libltdl_cv_sys_dlopen_deplibs=yes |