diff options
author | stas <stas@FreeBSD.org> | 2009-10-14 18:26:19 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-14 18:26:19 +0800 |
commit | 647a2258d15b3801b087ffa5fdc79c6784a0db32 (patch) | |
tree | 8fb391fea25d7e567f5e9fdc656568e62af467db | |
parent | 7db78943fbfd042f751239592d4a6fe49d238d0b (diff) | |
download | freebsd-ports-gnome-647a2258d15b3801b087ffa5fdc79c6784a0db32.tar.gz freebsd-ports-gnome-647a2258d15b3801b087ffa5fdc79c6784a0db32.tar.zst freebsd-ports-gnome-647a2258d15b3801b087ffa5fdc79c6784a0db32.zip |
- Fix on HEAD.
Approved by: adrian (maintainer)
-rw-r--r-- | www/cacheboy16/Makefile | 2 | ||||
-rw-r--r-- | www/cacheboy16/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile index 4363c1128611..6b85832fc2e6 100644 --- a/www/cacheboy16/Makefile +++ b/www/cacheboy16/Makefile @@ -180,7 +180,7 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 800037 -BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT +MAKE_ENV+= KRB5_LDADD=-lhx509 .endif .if ${OSVERSION} < 700000 diff --git a/www/cacheboy16/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in b/www/cacheboy16/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in index ca72c3f2fdd0..804edebd01ca 100644 --- a/www/cacheboy16/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in +++ b/www/cacheboy16/files/patch-helpers-negotiate_auth-squid_kerb_auth-Makefile.in @@ -1,13 +1,13 @@ ---- helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig Mon Jul 16 20:40:58 2007 -+++ helpers/negotiate_auth/squid_kerb_auth/Makefile.in Mon Jul 16 20:44:52 2007 -@@ -264,12 +264,12 @@ +--- helpers/negotiate_auth/squid_kerb_auth/Makefile.in.orig 2009-01-15 19:29:03.000000000 +0300 ++++ helpers/negotiate_auth/squid_kerb_auth/Makefile.in 2009-10-14 11:59:10.000000000 +0400 +@@ -226,12 +226,12 @@ #-L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS) # HEIMDAL -#KERBINC = -DHEIMDAL -I/usr/include/heimdal -#KERBLIBS = -lgssapi -lkrb5 -lcom_err -lasn1 -lroken +KERBINC = -DHEIMDAL -I/usr/include -+KERBLIBS = -lgssapi -lkrb5 -lcom_err -lasn1 -lroken -lcrypt -lcrypto ++KERBLIBS = -lgssapi -lkrb5 ${KRB5_LDADD} -lcom_err -lasn1 -lroken -lcrypt -lcrypto # MIT -KERBINC = |