aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2011-10-04 05:11:03 +0800
committerjohans <johans@FreeBSD.org>2011-10-04 05:11:03 +0800
commit232210c04c581cc7c52a5400bd78dbe10913a2c5 (patch)
tree7b67758c0207b8808c4c8531329da4e4791dfedf /security
parent704b6cb276f24aca162e22605c9a9fab46d39715 (diff)
downloadfreebsd-ports-gnome-232210c04c581cc7c52a5400bd78dbe10913a2c5.tar.gz
freebsd-ports-gnome-232210c04c581cc7c52a5400bd78dbe10913a2c5.tar.zst
freebsd-ports-gnome-232210c04c581cc7c52a5400bd78dbe10913a2c5.zip
Note that gsasl doesn't build if security/heimdal is installed.
PR: ports/161247 Submitted by: Marcin Cieslak <saper@saper.info>
Diffstat (limited to 'security')
-rw-r--r--security/gsasl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 826243ed1659..71a4640dc904 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -39,6 +39,10 @@ PLIST_SUB+= NLS=""
CPPFLAGS+= -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 \