diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-18 05:15:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-18 05:15:17 +0800 |
commit | b9b2b6d29c8dc7385cf08ed8f58dd4279948eb8a (patch) | |
tree | a1e9d5bcc57b33414a72d7b15e58f0ec6d8a1b0e /devel/gcvs | |
parent | 2b847960ed6f267d30a525aa823373c5c148ee48 (diff) | |
download | freebsd-ports-gnome-b9b2b6d29c8dc7385cf08ed8f58dd4279948eb8a.tar.gz freebsd-ports-gnome-b9b2b6d29c8dc7385cf08ed8f58dd4279948eb8a.tar.zst freebsd-ports-gnome-b9b2b6d29c8dc7385cf08ed8f58dd4279948eb8a.zip |
patch stripped to make it active.
Diffstat (limited to 'devel/gcvs')
-rw-r--r-- | devel/gcvs/files/patch-cvsunix-configure | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-configure b/devel/gcvs/files/patch-cvsunix-configure index a944d6045273..1814823f118b 100644 --- a/devel/gcvs/files/patch-cvsunix-configure +++ b/devel/gcvs/files/patch-cvsunix-configure @@ -1,14 +1,11 @@ ---- /usr/ports/devel/gcvs/files/patch-cvsunix-configure Thu Jan 1 09:00:00 1970 -+++ gcvs/files/patch-cvsunix-configure Mon Jan 21 16:31:12 2002 -@@ -0,0 +1,11 @@ -+--- cvsunix/configure.orig Wed Mar 7 04:02:21 2001 -++++ cvsunix/configure Mon Jan 21 16:24:32 2002 -+@@ -3423,7 +3423,7 @@ -+ includeopt="${includeopt} -I$GSSAPI/include" -+ # FIXME: This is ugly, but these things don't seem to be standardized. -+ if test "$ac_cv_header_gssapi_h" = "yes"; then -+- LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken" -++ LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -lcrypt -lcom_err" -+ else -+ LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" -+ fi +--- cvsunix/configure.orig Wed Mar 7 04:02:21 2001 ++++ cvsunix/configure Mon Jan 21 16:24:32 2002 +@@ -3423,7 +3423,7 @@ + includeopt="${includeopt} -I$GSSAPI/include" + # FIXME: This is ugly, but these things don't seem to be standardized. + if test "$ac_cv_header_gssapi_h" = "yes"; then +- LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken" ++ LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken -lcrypt -lcom_err" + else + LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" + fi |