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 | d6539e99ddf8f88b5d4b87fc622bb55bb4a35b0c (patch) | |
tree | dfafe4553aeaaca505b992e9f9610064fc171ea7 /graphics/ImageMagick/Makefile | |
parent | 3ed95f6974ead95b93d0e7b348a462a8e5e8ee7c (diff) | |
download | pkgsrc-d6539e99ddf8f88b5d4b87fc622bb55bb4a35b0c.tar.gz |
require gcc3 on NetBSD/sparc64
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-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) |