diff options
author | grant <grant@pkgsrc.org> | 2003-09-17 19:51:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-17 19:51:09 +0000 |
commit | 6578cf15ae5a1377e95e9a01272b4ba78485ceb7 (patch) | |
tree | dfafe4553aeaaca505b992e9f9610064fc171ea7 /graphics | |
parent | 27c9f3a3fddb6ce171799b4d72c7124b0b1e1a8c (diff) | |
download | pkgsrc-6578cf15ae5a1377e95e9a01272b4ba78485ceb7.tar.gz |
require gcc3 on NetBSD/sparc64
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 034cda3d40a..7f7358c5a86 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2003/09/17 19:49:24 grant Exp $ +# $NetBSD: Makefile,v 1.103 2003/09/17 19:51:09 grant Exp $ .include "Makefile.common" @@ -27,8 +27,9 @@ PLIST_SUBST+= IM_MAJOR_LIB_VER=${IM_MAJOR_LIB_VER} .include "../../mk/bsd.prefs.mk" -# c++ broken as of 'gcc version 2.95.3 20010315 (release) (NetBSD nb1)' -NOT_FOR_PLATFORM= NetBSD-*-sparc64 +.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) +GCC_REQD= 3.0 +.endif # Avoid compiler bug on "mipsel" (cobalt?) .if (${MACHINE_ARCH} == mipsel) |