1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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>
This commit is contained in:
Johan van Selst 2011-10-03 21:27:53 +00:00
parent d85f44b6fe
commit abbef0cfab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282894

View File

@ -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 \