summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-25 10:10:51 +0000
committertron <tron@pkgsrc.org>1999-04-25 10:10:51 +0000
commit937aae1dcda683e20b2bc0448c27fc8ea5c4e77c (patch)
tree94bb0729df367790efad7e4c36ebaecedb1107c7
parented029bb08bb3b6fff9e2bf38d64f2bb620a31d23 (diff)
downloadpkgsrc-937aae1dcda683e20b2bc0448c27fc8ea5c4e77c.tar.gz
This package is still broken on 1.3 and 1.3.x ELF systems.
-rw-r--r--graphics/ImageMagick/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 285043158c3..65ea18c1f7a 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 1999/04/24 23:08:59 tv Exp $
+# $NetBSD: Makefile,v 1.41 1999/04/25 10:10:51 tron Exp $
#
DISTNAME= ImageMagick-4.2.2
@@ -14,6 +14,11 @@ DEPENDS+= mpeg2codec-1.2:../../graphics/mpeg2codec
DEPENDS+= png-1.0.3:../../graphics/png
DEPENDS+= tiff-3.4:../../graphics/tiff
+# "cc" on 1.3/1.3.x ELF systems doesn't recognize "-R" option.
+.if !exists(/usr/bin/c89)
+NOT_FOR_ARCHS= alpha mips powerpc
+.endif
+
pre-configure:
.if exists(/usr/lib/libbz2.a)
@echo >${WRKSRC}/bzlib.tmpl "#define HasBZLIB"