diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 04:27:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 04:27:22 +0000 |
commit | f1750358046a1041fa543c17a5e579ad96099bbc (patch) | |
tree | 7fed862f1e0c50db05cc47bbb5339c3879512d34 /net/openldap24-server/files/libtool.diff | |
parent | - Fix configure to detect sound better (diff) |
New port: openldap-2.1
OpenLDAP is a suite of Lightweight Directory Access Protocol
(LDAP) servers, clients, utilities and development tools.
(yes, this port was the reason why the renaming was earlier this morning)
PR: ports/46009
Submitted by: Christian Kratzer <ck@cksoft.de>
Notes
Notes:
svn path=/head/; revision=76350
Diffstat (limited to 'net/openldap24-server/files/libtool.diff')
-rw-r--r-- | net/openldap24-server/files/libtool.diff | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/openldap24-server/files/libtool.diff b/net/openldap24-server/files/libtool.diff deleted file mode 100644 index 0cf57bbee7ea..000000000000 --- a/net/openldap24-server/files/libtool.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- libtool.orig Tue Oct 31 01:43:06 2000 -+++ libtool Tue Oct 31 01:44:42 2000 -@@ -448,6 +448,16 @@ - --mode) prevopt="--mode" prev=mode ;; - --mode=*) mode="$optarg" ;; - -+ --only-shared) -+ build_libtool_libs=yes -+ build_old_libs=no -+ ;; -+ -+ --only-static) -+ build_libtool_libs=no -+ build_old_libs=yes -+ ;; -+ - --quiet | --silent) - show=: - ;; |