summaryrefslogtreecommitdiff
path: root/archivers/gtar-base
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/gtar-base
parentfb004caf224b9dc3851a2b47e93834c7eb188a49 (diff)
downloadpkgsrc-34ab0d8dae9a7ae721c14dcbaa0f6019dec3d39c.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r--archivers/gtar-base/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile
index 99d4d1abb66..1efa71792df 100644
--- a/archivers/gtar-base/Makefile
+++ b/archivers/gtar-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2015/05/03 14:32:11 sevan Exp $
+# $NetBSD: Makefile,v 1.91 2016/02/25 09:28:36 jperkin Exp $
#
# Please run 'make files/gtar.1' when updating version of this package
# to regenerate the man page. converters/help2man is needed.
@@ -50,14 +50,10 @@ PLIST.rmt= yes
CONFIGURE_ENV+= gt_cv_func_gnugettext3_libintl=yes
.endif
-.if ${OPSYS} == "MirBSD"
-CPPFLAGS+= -Dstrtoimax=strtoll -Dstrtoumax=strtoull
-.endif
+CPPFLAGS.MirBSD+= -Dstrtoimax=strtoll -Dstrtoumax=strtoull
-.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
SYMLINKS= bin/gtar ${PKGGNUDIR}bin/tar \
${PKGMANDIR}/man1/gtar.1 ${PKGGNUDIR}${PKGMANDIR}/man1/tar.1