diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-17 23:34:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-17 23:34:38 +0800 |
commit | 03ae89647b812f61db881cb19b509ed8049a8bee (patch) | |
tree | b0a7a28f91d2c13dcec6378796dad1bca46ee21b /devel | |
parent | f4784088022017c80291be930629b6c3d3aa83ff (diff) | |
download | freebsd-ports-gnome-03ae89647b812f61db881cb19b509ed8049a8bee.tar.gz freebsd-ports-gnome-03ae89647b812f61db881cb19b509ed8049a8bee.tar.zst freebsd-ports-gnome-03ae89647b812f61db881cb19b509ed8049a8bee.zip |
- Add patch for configure
- Fixes build when "gssapi.h" is found
PR: 35039
Submitted by: sahiro@crest.ocn.ne.jp
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gcvs/files/patch-cvsunix-configure | 14 |
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 |