summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-09-11 14:25:44 +0000
committertron <tron@pkgsrc.org>1999-09-11 14:25:44 +0000
commit5ae9bdcab22c579e1326e61b374f66adcd701154 (patch)
tree7302a55e8fa449eb734598ff986722fdf7cc4731 /graphics
parent51c8f1db9f99e058243c84a3634ce5ddf315654a (diff)
downloadpkgsrc-5ae9bdcab22c579e1326e61b374f66adcd701154.tar.gz
Use only "-O" on "arm32" to avoid egcs bug (see PR bin/7460).
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 16cb1488990..7d5e4ffe635 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 1999/09/11 00:52:32 tron Exp $
+# $NetBSD: Makefile,v 1.48 1999/09/11 14:25:44 tron Exp $
#
-DISTNAME= ImageMagick-4.2.9
+DISTNAME= ImageMagick-4.2.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -19,11 +19,15 @@ USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
+# Avoid compiler bug on "arm32"
+.if (${MACHINE_ARCH} == arm32)
+CFLAGS= -O
+.endif
+
# For things for which we do not specify an explicit dependency above, disable
# so that we don't cause implicit "hidden" dependencies. Users may reenable
# any of these manually as desired (PerlMagick should probably be a separate
# pkg, however).
-
CONFIGURE_ARGS= --without-perl \
--without-dps --without-fpx --without-hdf --without-jbig \
--without-ttf