summaryrefslogtreecommitdiff
path: root/security/pam_krb5/files/patch-configure
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-05-05 05:09:37 +0000
committerCy Schubert <cy@FreeBSD.org>2010-05-05 05:09:37 +0000
commit8a63072c03e5f085f0b91e8a8140a1a9c4368679 (patch)
tree5abf49ed7445324fa4acf07b83d84e697a1b67c7 /security/pam_krb5/files/patch-configure
parent- Fix build on ppc (diff)
Update 1.3.r7 --> 4.2.
PR: 146072 Submitted by: plosher
Notes
Notes: svn path=/head/; revision=253719
Diffstat (limited to 'security/pam_krb5/files/patch-configure')
-rw-r--r--security/pam_krb5/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pam_krb5/files/patch-configure b/security/pam_krb5/files/patch-configure
deleted file mode 100644
index 3b3d21cf4293..000000000000
--- a/security/pam_krb5/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"