diff options
author | hubertf <hubertf> | 2003-01-25 17:30:03 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2003-01-25 17:30:03 +0000 |
commit | d220bee3412c18013f9052b943d1f0d286313954 (patch) | |
tree | 5eadfde03fd1fc3c62161017c5fd5020a1b998a2 /graphics | |
parent | 559348c5554b995072d0b85dcdc35e9961991179 (diff) | |
download | pkgsrc-d220bee3412c18013f9052b943d1f0d286313954.tar.gz |
Implement last change to require newer gcc different,
hinted at by wiz.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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) |