summaryrefslogtreecommitdiff
path: root/security/pam_krb5/files/patch-configure
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2004-01-29 17:37:57 +0000
committerCy Schubert <cy@FreeBSD.org>2004-01-29 17:37:57 +0000
commitc84de390ec8fd41dadb2cb2c8393d0f1ae0f1267 (patch)
tree7d20a1348ffb22441ef52a1bc8d45c54495553b4 /security/pam_krb5/files/patch-configure
parentUpdate to 3.1.0 (diff)
1. Update 1.0.3 --> 1.3-rc7
2. Update master site list 3. As 5.x already ships with it's own pam_krb5, configure the port to only install on 4.x systems.
Notes
Notes: svn path=/head/; revision=99427
Diffstat (limited to 'security/pam_krb5/files/patch-configure')
-rw-r--r--security/pam_krb5/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_krb5/files/patch-configure b/security/pam_krb5/files/patch-configure
new file mode 100644
index 000000000000..3b3d21cf4293
--- /dev/null
+++ b/security/pam_krb5/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Mon Mar 17 09:31:46 2003
++++ configure Wed Jan 21 15:26:38 2004
+@@ -11043,7 +11043,7 @@
+ # Check whether --with-krbafs or --without-krbafs was given.
+ if test "${with_krbafs+set}" = set; then
+ withval="$with_krbafs"
+- if test x$withval != xyes ; then
++ if test x$withval != xyes -a x$withval != xno; then
+ KRBAFS=$withval
+ CPPFLAGS="-I$withval/include $CPPFLAGS"
+ CFLAGS="-I$withval/include $CFLAGS"