diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 21:48:32 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 21:48:32 +0000 |
commit | 151680c59ebfb04001427b8811324d183257cb30 (patch) | |
tree | 441599b646b043b21aa3db712391502a0f53bab6 /archivers/advancecomp/Makefile | |
parent | f1921c15cc96e568486c1e3b63926e906c643e40 (diff) | |
download | pkgsrc-151680c59ebfb04001427b8811324d183257cb30.tar.gz |
Move GCC_REQD-for-Interix check into a hacks.mk; suggested by jlam.
Diffstat (limited to 'archivers/advancecomp/Makefile')
-rw-r--r-- | archivers/advancecomp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index 13645679ff3..b803b2c9ba0 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/01/21 20:57:54 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/01/21 21:48:32 tv Exp $ DISTNAME= advancecomp-1.13 CATEGORIES= archivers @@ -14,11 +14,5 @@ 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" |