1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

patch stripped to make it active.

This commit is contained in:
Dirk Meyer 2002-02-17 21:15:17 +00:00
parent 840667ebbe
commit 7197f5fe8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54832

View File

@ -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