summaryrefslogtreecommitdiff
path: root/archivers/advancecomp
diff options
context:
space:
mode:
authortv <tv>2005-01-21 20:57:54 +0000
committertv <tv>2005-01-21 20:57:54 +0000
commitda2c1685d07720734ad3d0c5367a3d754868282b (patch)
tree6eb416f62fecdec46fc09f0e7720b299a594a9aa /archivers/advancecomp
parente2b98c5a28bc10c80f1f0183344f1ef5f2b6b789 (diff)
downloadpkgsrc-da2c1685d07720734ad3d0c5367a3d754868282b.tar.gz
Add GCC_REQD for Interix to prevent use of the base system gcc, which is
missing "long long" support in iostream.
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r--archivers/advancecomp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile
index 7b0cdcbeca7..13645679ff3 100644
--- a/archivers/advancecomp/Makefile
+++ b/archivers/advancecomp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/11/09 11:52:42 adam Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/21 20:57:54 tv Exp $
DISTNAME= advancecomp-1.13
CATEGORIES= archivers
@@ -14,5 +14,11 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c++
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Interix"
+GCC_REQD+= 3.3.4 # base g++ iostream has no "long long" support
+.endif
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"