aboutsummaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-17 15:34:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-17 15:34:38 +0000
commitf57e43a9b8f150b28e6cfddc7f40eca33e8bc181 (patch)
tree2c2480f693dae32f8a1f7c0ba00e62fe3a0978d2 /devel/gcvs
parent4571bd23fdb4a85497c9a33a4c4d281845e245d1 (diff)
downloadports-f57e43a9b8f150b28e6cfddc7f40eca33e8bc181.tar.gz
ports-f57e43a9b8f150b28e6cfddc7f40eca33e8bc181.zip
Notes
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/files/patch-cvsunix-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-configure b/devel/gcvs/files/patch-cvsunix-configure
new file mode 100644
index 000000000000..a944d6045273
--- /dev/null
+++ b/devel/gcvs/files/patch-cvsunix-configure
@@ -0,0 +1,14 @@
+--- /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