From d220bee3412c18013f9052b943d1f0d286313954 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 25 Jan 2003 17:30:03 +0000 Subject: Implement last change to require newer gcc different, hinted at by wiz. --- graphics/ImageMagick/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/ImageMagick') diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index f9ee1139eed..7351334b8bf 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2003/01/25 06:45:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.92 2003/01/25 17:30:03 hubertf Exp $ DISTNAME= ImageMagick-${IM_MAJOR_VER}-${IM_MINOR_VER} PKGNAME= ImageMagick-${IM_MAJOR_VER}.${IM_MINOR_VER} @@ -36,10 +36,8 @@ PLIST_SUBST+= IM_MAJOR_VER=${IM_MAJOR_VER} NOT_FOR_PLATFORM= NetBSD-*-sparc64 # NetBSD 1.5's gcc is too old to compile this pkg -.if (${OPSYS} == "NetBSD") && !empty(OS_VERSION:M1.[345]*) .include "../../lang/gcc/buildlink2.mk" -USE_PKGSRC_GCC= yes -.endif +GCC_REQD= 2.95.3 # Avoid compiler bug on "arm32" and "mipsel" (cobalt?) .if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == mipsel) -- cgit v1.2.3