diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 22:48:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 22:48:11 +0800 |
commit | 38f4a53b4bd178d8c83cbade3664833d427aadbd (patch) | |
tree | e5eaf4db542795affa140f3fc4c0b425252b9036 /devel/libtool15/files/patch-libltdl_acinclude.m4 | |
parent | 8ce0a0b6c74df07a988bfdd69a98312b0f74b792 (diff) | |
download | marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.gz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.bz2 marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.lz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.xz marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.tar.zst marcuscom-ports-38f4a53b4bd178d8c83cbade3664833d427aadbd.zip |
Define libltdl_cv_sys_dlopen_deplibs=yes on FreeBSD for gnucash. I am
committing this here because it needs lots of testing before ade@ will
be willing to import to ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8082 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libtool15/files/patch-libltdl_acinclude.m4')
-rw-r--r-- | devel/libtool15/files/patch-libltdl_acinclude.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libtool15/files/patch-libltdl_acinclude.m4 b/devel/libtool15/files/patch-libltdl_acinclude.m4 new file mode 100644 index 000000000..9de2b1dd0 --- /dev/null +++ b/devel/libtool15/files/patch-libltdl_acinclude.m4 @@ -0,0 +1,12 @@ +--- libltdl/acinclude.m4.orig Sun Dec 17 13:11:01 2006 ++++ libltdl/acinclude.m4 Sun Dec 17 13:11:14 2006 +@@ -6524,6 +6524,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 |