aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-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