diff options
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_kerb2/files/patch-Makefile.in | 12 |
2 files changed, 11 insertions, 3 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index 1d626b405870..be113b61af19 100644 --- a/www/mod_auth_kerb2/Makefile +++ b/www/mod_auth_kerb2/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_auth_kerb2/files/patch-Makefile.in b/www/mod_auth_kerb2/files/patch-Makefile.in index b6789815174d..f92ad41a3bc9 100644 --- a/www/mod_auth_kerb2/files/patch-Makefile.in +++ b/www/mod_auth_kerb2/files/patch-Makefile.in @@ -1,5 +1,13 @@ ---- ./Makefile.in.orig 2010-09-16 04:14:47.235589487 +0000 -+++ ./Makefile.in 2010-09-16 04:14:27.895241868 +0000 +--- ./Makefile.in.orig 2008-12-02 09:07:10.000000000 -0500 ++++ ./Makefile.in 2012-11-28 09:50:58.000000000 -0500 +@@ -1,6 +1,6 @@ + APXS = @APXS@ + KRB5_CPPFLAGS = @KRB5_CPPFLAGS@ +-KRB5_LDFLAGS = @KRB5_LDFLAGS@ ++KRB5_LDFLAGS = @KRB5_LDFLAGS@ -lgssapi_krb5 + KRB4_CPPFLAGS = @KRB4_CPPFLAGS@ + KRB4_LDFLAGS = @KRB4_LDFLAGS@ + LIB_resolv = @LIB_resolv@ @@ -16,7 +16,7 @@ ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" |