summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/patches/patch-ah
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 18:08:02 +0000
committerjlam <jlam>2004-08-13 18:08:02 +0000
commit79583ad2b26f0cc0107f4bd400591443f9aed14b (patch)
tree45812abe97e041ae4f898c6c4f404ee238db96e3 /security/cyrus-sasl2/patches/patch-ah
parent5f4f4ff3e2fadeaa2d4526d6e8c416acf65146a9 (diff)
downloadpkgsrc-79583ad2b26f0cc0107f4bd400591443f9aed14b.tar.gz
Split out the plugins into individual packages. This allows us to
explicitly add only those plugins for SASL support for servers that won't let us exclude any found SASL plugins. Also, don't bother building the static library since the static library is useless until the build mechanism is fixed by the Cyrus maintainers. Bump the PKGREVISION.
Diffstat (limited to 'security/cyrus-sasl2/patches/patch-ah')
-rw-r--r--security/cyrus-sasl2/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/patches/patch-ah b/security/cyrus-sasl2/patches/patch-ah
new file mode 100644
index 00000000000..0144fb91ddb
--- /dev/null
+++ b/security/cyrus-sasl2/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.4 2004/08/13 18:08:02 jlam Exp $
+
+--- lib/Makefile.in.orig Fri Aug 13 13:53:00 2004
++++ lib/Makefile.in
+@@ -121,7 +121,7 @@ JAVA_TRUE = @JAVA_TRUE@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = $(SHLIBTOOL)
+ LIB_CRYPT = @LIB_CRYPT@
+ LIB_DES = @LIB_DES@
+ LIB_DOOR = @LIB_DOOR@