summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-25 09:28:36 +0000
committerjperkin <jperkin>2016-02-25 09:28:36 +0000
commit3b0c608fda9454f0aad367f974b64137f4f2a26e (patch)
tree533d85b6195e8e3769e137245d5a2bb84149fe4a /archivers/gzip
parente16a2e74c152c3a37038224b300f0afdf517a65f (diff)
downloadpkgsrc-3b0c608fda9454f0aad367f974b64137f4f2a26e.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index c4cc4435a13..a8eed7d8fd5 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2015/05/09 23:00:39 sevan Exp $
+# $NetBSD: Makefile,v 1.35 2016/02/25 09:28:36 jperkin Exp $
DISTNAME= gzip-1.6
CATEGORIES= archivers
@@ -19,11 +19,7 @@ MAKE_FLAGS+= manlinks=so
INFO_FILES= yes
CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "AIX"
#bug 20453 in bug-gzip list, passed onto gnulib
-CONFIGURE_ENV+= ac_cv_header_wctype_h=no
-.endif
+CONFIGURE_ENV.AIX+= ac_cv_header_wctype_h=no
.include "../../mk/bsd.pkg.mk"