summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-06-02 16:01:12 +0000
committerjperkin <jperkin>2016-06-02 16:01:12 +0000
commit3e4b7580700c68f81a9b059c72891392e71c6b6d (patch)
treed50fdd89a85a62ee3ddebb838bdc3e6bd29dd59a /security/heimdal
parent1fd10e901dbededfefcca2c28071b4e0e9434674 (diff)
downloadpkgsrc-3e4b7580700c68f81a9b059c72891392e71c6b6d.tar.gz
Explicitly disable extended glob(3C) support on SunOS, despite it
being available on newer illumos, as it simplifies PLIST.glob.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 97491503956..612b39f3ee1 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2016/04/11 19:01:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.121 2016/06/02 16:01:12 jperkin Exp $
DISTNAME= heimdal-1.5.3
PKGREVISION= 12
@@ -51,6 +51,10 @@ CONFIGURE_ENV+= ac_cv_funclib_dbopen=no
CFLAGS.Darwin+= -DBIND_8_COMPAT
+# Newer illumos has extended functions in glob(3C) but it's easier to
+# say it doesn't for simpler PLIST.glob handling.
+CONFIGURE_ENV.SunOS+= ac_cv_func_glob_working=no
+
# Though Solaris has a <vis.h> header, it does something very unrelated
# to the BSD <vis.h> header.
CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no