freebsd-ports/security/pam_krb5/files/patch-configure
Cy Schubert c84de390ec 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.
2004-01-29 17:37:57 +00:00

11 lines
438 B
Text

--- 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"