diff options
Diffstat (limited to 'devel/cvs/patches/patch-av')
-rw-r--r-- | devel/cvs/patches/patch-av | 40 |
1 files changed, 12 insertions, 28 deletions
diff --git a/devel/cvs/patches/patch-av b/devel/cvs/patches/patch-av index 35e7837c0bf..cae5f79f2b2 100644 --- a/devel/cvs/patches/patch-av +++ b/devel/cvs/patches/patch-av @@ -1,18 +1,8 @@ -$NetBSD: patch-av,v 1.3 2000/02/28 03:25:53 thorpej Exp $ +$NetBSD: patch-av,v 1.4 2000/10/18 03:31:17 hubertf Exp $ ---- configure.in.orig Sun Feb 27 19:14:29 2000 -+++ configure.in Sun Feb 27 19:13:59 2000 -@@ -168,6 +168,9 @@ - AC_DEFINE(HAVE_CONNECT) - fi]) - -+includeopt= -+AC_SUBST(includeopt) -+ - dnl - dnl set $(KRB4) from --with-krb4=value -- WITH_KRB4 - dnl -@@ -175,16 +178,19 @@ +--- configure.in.orig Tue Aug 1 18:13:25 2000 ++++ configure.in +@@ -110,16 +110,19 @@ dnl libkrb in the system libraries, so --with-krb4=value needs to dnl override the system -lkrb. dnl @@ -26,7 +16,7 @@ $NetBSD: patch-av,v 1.3 2000/02/28 03:25:53 thorpej Exp $ )dnl -echo "default place for krb4 is $KRB4" +if test X"$KRB4" != X""; then -+ echo "default place for krb4 is $KRB4" ++ echo "default place for krb4 is $KRB4" +fi AC_SUBST(KRB4)])dnl WITH_KRB4 @@ -35,20 +25,14 @@ $NetBSD: patch-av,v 1.3 2000/02/28 03:25:53 thorpej Exp $ krb_h= AC_MSG_CHECKING([for krb.h]) if test "$cross_compiling" != yes && test -r $KRB4/include/krb.h; then -@@ -213,8 +219,6 @@ - fi - AC_MSG_RESULT($krb_h) - --includeopt= --AC_SUBST(includeopt) - if test -n "$krb_h"; then - krb_lib= - if test "$cross_compiling" != yes && test -r $KRB4/lib/libkrb.a; then -@@ -246,20 +250,24 @@ +@@ -181,20 +184,27 @@ fi fi AC_CHECK_FUNCS(krb_get_err_text) +fi # KRB4 empty ++ ++includeopt= ++AC_SUBST(includeopt) dnl dnl Use --with-gssapi=DIR to enable GSSAPI support. @@ -63,7 +47,7 @@ $NetBSD: patch-av,v 1.3 2000/02/28 03:25:53 thorpej Exp $ )dnl -echo "default place for GSSAPI is $GSSAPI" +if test X"$GSSAPI" != X""; then -+ echo "default place for GSSAPI is $GSSAPI" ++ echo "default place for GSSAPI is $GSSAPI" +fi AC_SUBST(GSSAPI)])dnl WITH_GSSAPI @@ -71,8 +55,8 @@ $NetBSD: patch-av,v 1.3 2000/02/28 03:25:53 thorpej Exp $ +if test X"$GSSAPI" != X""; then hold_cppflags=$CPPFLAGS CPPFLAGS="$CPPFLAGS -I$GSSAPI/include " - AC_CHECK_HEADERS(gssapi.h gssapi/gssapi.h gssapi/gssapi_generic.h) -@@ -286,6 +294,7 @@ + AC_CHECK_HEADERS(krb5.h gssapi.h gssapi/gssapi.h gssapi/gssapi_generic.h) +@@ -223,6 +233,7 @@ # there, an_to_ln.o refers to things defined only in -lgen. AC_CHECK_LIB(gen, compile) fi |