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 | |
parent | d85f44b6fe7800c4504c602d5cbd62650d87a456 (diff) | |
download | ports-abbef0cfab833468ec042f9cd255dcc31823612d.tar.gz ports-abbef0cfab833468ec042f9cd255dcc31823612d.zip |
Notes
Diffstat (limited to 'security/gsasl')
-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 \ |