summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 09:28:36 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 09:28:36 +0000
commit34ab0d8dae9a7ae721c14dcbaa0f6019dec3d39c (patch)
tree533d85b6195e8e3769e137245d5a2bb84149fe4a /archivers/gzip
parentfb004caf224b9dc3851a2b47e93834c7eb188a49 (diff)
downloadpkgsrc-34ab0d8dae9a7ae721c14dcbaa0f6019dec3d39c.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"