From 46ca5a81b95e0206478176d5660656df31b121dc Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 21 Jan 2005 20:57:54 +0000 Subject: Add GCC_REQD for Interix to prevent use of the base system gcc, which is missing "long long" support in iostream. --- archivers/par2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers/par2') diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index 3f8b6c46dbc..c85689e6b97 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/28 02:47:35 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/21 20:57:54 tv Exp $ # DISTNAME= par2cmdline-0.3 @@ -17,4 +17,10 @@ USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Interix" +GCC_REQD+= 3.3.4 # base g++ iostream has no "long long" support +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3