diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2001-02-05 08:21:54 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2001-02-05 08:21:54 +0000 |
commit | 8516eadb3cf8fccd17ea4206b5cb2f208f7a3afd (patch) | |
tree | 78430cb1f94310bbde670baa6fd2521bd35d329f /devel/libtool15/files | |
parent | We aren't allowed to package djbdns, because we patch the source. I was (diff) |
Install the ltdl library, so that packages can use it. If this breaks any
ports, please let me know...
Submitted by: sobomax
Reviewed by: ade
Notes
Notes:
svn path=/head/; revision=37968
Diffstat (limited to 'devel/libtool15/files')
-rw-r--r-- | devel/libtool15/files/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libtool15/files/patch-ag b/devel/libtool15/files/patch-ag new file mode 100644 index 000000000000..5fdcd1924641 --- /dev/null +++ b/devel/libtool15/files/patch-ag @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libltdl/configure 2001/01/31 10:58:38 1.1 ++++ libltdl/configure 2001/01/31 10:59:14 +@@ -1455,7 +1455,7 @@ + esac + + # Check for any special flags to pass to ltconfig. +-libtool_flags="--cache-file=$cache_file" ++libtool_flags="--cache-file=$cache_file --disable-ltlibs" + test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" + test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static" + test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install" |