summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-24 16:17:40 +0000
committertron <tron@pkgsrc.org>1999-04-24 16:17:40 +0000
commit21877c1f46d56cd13fb40a6ed89182d88171100c (patch)
tree6765ce231b6919363ee411477e40d05581af5360 /graphics
parent0d7f11d7e42772b42b397abda6e19df04959482b (diff)
downloadpkgsrc-21877c1f46d56cd13fb40a6ed89182d88171100c.tar.gz
Don't attempt to build this package on 1.3 or 1.3.x ELF systems.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index dc39dd0a1d9..cd8f1ce8a37 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 1999/04/05 01:11:58 tron Exp $
+# $NetBSD: Makefile,v 1.38 1999/04/24 16:17:40 tron Exp $
#
DISTNAME= ImageMagick-4.2.2
@@ -27,4 +27,9 @@ USE_IMAKE= yes
XMKMF= ${MAKE_ENV} xmkmf -a
MAKE_ENV+= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX}
+GCC_VERSION!= gcc --version
+.if (${GCC_VERSION:C/-.*$$//} != egcs)
+NOT_FOR_ARCHS= alpha pmax
+.endif
+
.include "../../mk/bsd.pkg.mk"