diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-10-03 21:27:53 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-10-03 21:27:53 +0000 |
commit | abbef0cfab833468ec042f9cd255dcc31823612d (patch) | |
tree | 2829b11684db4c5e87072905919076798bb6eda6 /security/gsasl/Makefile | |
parent | Note that gsasl doesn't build if security/heimdal is installed. (diff) |
Previous commit was wrong.
Good news: gsasl can co-exist with security/heimdal,
It just needs to use the correct header files.
Broken tag has been removed again.
PR: ports/161247
Submitted by: Marcin Cieslak <saper@saper.info>
Notes
Notes:
svn path=/head/; revision=282894
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 71a4640dc904..a2fa82001552 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -36,13 +36,9 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -CPPFLAGS+= -I/usr/include -I${LOCALBASE}/include +CPPFLAGS+= -nostdinc -I/usr/include -I${LOCALBASE}/include LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib -.if exists(${LOCALBASE}/lib/libgssapi.so) -BROKEN= Does not work with Heimdal's GSSAPI from ports -.endif - post-patch: .for file in \ lib/po/LINGUAS \ |