summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-cvsunix-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/files/patch-cvsunix-configure')
-rw-r--r--devel/gcvs/files/patch-cvsunix-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gcvs/files/patch-cvsunix-configure b/devel/gcvs/files/patch-cvsunix-configure
deleted file mode 100644
index 923ef5a215ce..000000000000
--- a/devel/gcvs/files/patch-cvsunix-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 -lcrypto -lroken -lcrypt -lcom_err"
- else
- LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err"
- fi