summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-13 18:08:02 +0000
committerjlam <jlam@pkgsrc.org>2004-08-13 18:08:02 +0000
commit73ce2d82db8df1ef194249a70bfdf4b8c895f942 (patch)
tree45812abe97e041ae4f898c6c4f404ee238db96e3 /security/cyrus-sasl2/patches
parent409a791bd957574f685cfe2a697fb34579b778e3 (diff)
downloadpkgsrc-73ce2d82db8df1ef194249a70bfdf4b8c895f942.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')
-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@