diff options
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 \ |