aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-01-19 07:26:55 +0800
committerlinimon <linimon@FreeBSD.org>2008-01-19 07:26:55 +0800
commitae4a722e77661370a9d106fae966abd0c8d8a3de (patch)
tree41278f5a2dd96a2ec202a17d63fecd86128e6993 /graphics
parentd3152598b74bc00f8554af172f8eb63f27de1daf (diff)
downloadfreebsd-ports-gnome-ae4a722e77661370a9d106fae966abd0c8d8a3de.tar.gz
freebsd-ports-gnome-ae4a722e77661370a9d106fae966abd0c8d8a3de.tar.zst
freebsd-ports-gnome-ae4a722e77661370a9d106fae966abd0c8d8a3de.zip
Workaround for sparc64-6: set USE_GCC=4.2+.
The packages for 6.3R on sparc64 were actually built using this. Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 5f181b333a43..18540b45141f 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -303,6 +303,10 @@ RUN_DEPENDS+= mpeg2encode:${PORTSDIR}/multimedia/mpeg2codec
.endif
.endif
+.if ${ARCH} == sparc64 && ${OSVERSION} < 700000
+USE_GCC= 4.2+
+.endif
+
.if defined(NOPORTDOCS)
INSTALL_TARGET= install
.else