diff options
author | jperkin <jperkin> | 2016-02-25 09:28:36 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-02-25 09:28:36 +0000 |
commit | 3b0c608fda9454f0aad367f974b64137f4f2a26e (patch) | |
tree | 533d85b6195e8e3769e137245d5a2bb84149fe4a /archivers/gzip | |
parent | e16a2e74c152c3a37038224b300f0afdf517a65f (diff) | |
download | pkgsrc-3b0c608fda9454f0aad367f974b64137f4f2a26e.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 8 |
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" |