summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/files/patch-ab
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-20 19:23:25 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-20 19:23:25 +0000
commitcfa957e244f3eb0c36faceadb82dbd23c04e1011 (patch)
tree7dc1af8e27a7f0718be9dc48c263580ab199c935 /security/cyrus-sasl2/files/patch-ab
parentLimit attempt to build with 3DNow! support to i386 architecture. (diff)
Fix OpenLDAP v1 errors
Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53400
Diffstat (limited to 'security/cyrus-sasl2/files/patch-ab')
-rw-r--r--security/cyrus-sasl2/files/patch-ab15
1 files changed, 12 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/files/patch-ab b/security/cyrus-sasl2/files/patch-ab
index ed6e854ca76d..009a8b4a9f82 100644
--- a/security/cyrus-sasl2/files/patch-ab
+++ b/security/cyrus-sasl2/files/patch-ab
@@ -1,5 +1,5 @@
---- configure.in.orig Tue Nov 27 11:45:28 2001
-+++ configure.in Tue Nov 27 12:49:28 2001
+--- configure.in.orig Thu Jan 17 19:21:51 2002
++++ configure.in Thu Jan 17 19:47:46 2002
@@ -66,8 +66,9 @@
dnl check for -R, etc. switch
CMU_GUESS_RUNPATH_SWITCH
@@ -12,7 +12,16 @@
AM_DISABLE_STATIC
-@@ -235,6 +236,13 @@
+@@ -122,8 +123,6 @@
+
+ AC_SUBST(JAVA_INCLUDES)
+ AC_MSG_RESULT(JAVA_INCLUDES)
+- JAVAC=`echo "$JAVAC" | sed 's,.*/,,'`
+- JAVAH=`echo "$JAVAH" | sed 's,.*/,,'`
+ fi
+
+ AM_CONDITIONAL(SAMPLE, test "$enable_sample" = yes)
+@@ -235,6 +234,13 @@
berkeley)
SASL_DB_BACKEND="db_${dblib}.lo"
AC_DEFINE(SASL_BERKELEYDB)