diff options
author | zi <zi@FreeBSD.org> | 2015-06-30 00:03:08 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2015-06-30 00:03:08 +0800 |
commit | af2979aa1c24a45ca4ef49f644dce9af5ec4c7d5 (patch) | |
tree | 97da9f54006f46fcd0a30aaf58bb1910b5c6baea /www | |
parent | 4bd87a3c06c6f45c544a9e70c6d12f7b859da0cf (diff) | |
download | freebsd-ports-gnome-af2979aa1c24a45ca4ef49f644dce9af5ec4c7d5.tar.gz freebsd-ports-gnome-af2979aa1c24a45ca4ef49f644dce9af5ec4c7d5.tar.zst freebsd-ports-gnome-af2979aa1c24a45ca4ef49f644dce9af5ec4c7d5.zip |
- Unbreak this module after changes from r378260
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_kerb2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_auth_kerb2/Makefile b/www/mod_auth_kerb2/Makefile index c529d4afc8d1..ca77195607bf 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= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -35,4 +35,10 @@ GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit +post-patch: +.if !defined(HEIMDAL_HOME) + ${REINPLACE_CMD} -e 's|@KRB5_LDFLAGS@|@KRB5_LDFLAGS@ -lgssapi_krb5|' \ + ${WRKSRC}/Makefile.in +.endif + .include <bsd.port.mk> |