summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-06-02 16:01:12 +0000
committerjperkin <jperkin@pkgsrc.org>2016-06-02 16:01:12 +0000
commit669ccd5eb31b2b3767f6967364006afff6fc063c (patch)
tree4bc175da5dc9f8c2a9a70c745f9bf48fea67b4c7
parent82839ed1c7e0e008914ea6e18961f9b97d84316c (diff)
downloadpkgsrc-669ccd5eb31b2b3767f6967364006afff6fc063c.tar.gz
Explicitly disable extended glob(3C) support on SunOS, despite it
being available on newer illumos, as it simplifies PLIST.glob.
-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