diff options
author | johans <johans@FreeBSD.org> | 2011-10-04 05:27:53 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-10-04 05:27:53 +0800 |
commit | 4f3a24621a0655275f05e1c0513f4d12681cd9f3 (patch) | |
tree | 9484e4d83370b1761d4b0cacfbf26ee22eceacbb /security | |
parent | 232210c04c581cc7c52a5400bd78dbe10913a2c5 (diff) | |
download | freebsd-ports-graphics-4f3a24621a0655275f05e1c0513f4d12681cd9f3.tar.gz freebsd-ports-graphics-4f3a24621a0655275f05e1c0513f4d12681cd9f3.tar.zst freebsd-ports-graphics-4f3a24621a0655275f05e1c0513f4d12681cd9f3.zip |
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>
Diffstat (limited to 'security')
-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 71a4640dc90..a2fa8200155 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 \ |