aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-03-18 12:57:45 +0800
committerlinimon <linimon@FreeBSD.org>2009-03-18 12:57:45 +0800
commit6db211eb114b11935c81dbce1ad7bf091a6003d7 (patch)
tree0abb4c8ae10f6387a9c6d54ee46fe71b0b66e730 /graphics
parent815e9f63c0dfa664533c5750372616c980ded31e (diff)
downloadfreebsd-ports-gnome-6db211eb114b11935c81dbce1ad7bf091a6003d7.tar.gz
freebsd-ports-gnome-6db211eb114b11935c81dbce1ad7bf091a6003d7.tar.zst
freebsd-ports-gnome-6db211eb114b11935c81dbce1ad7bf091a6003d7.zip
As a temporary measure, disable self-tests on sparc64 to see if a package
will actually complete. 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 2acbe000d448..0fac485cbe13 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -319,6 +319,10 @@ INSTALL_TARGET= install install-data-html
#WITHOUT_IMAGEMAGICK_TESTS=yes
#.endif
+.if ${ARCH} == sparc64
+WITHOUT_IMAGEMAGICK_TESTS=yes
+.endif
+
post-patch:
# prevent perllocal.pod from being written
@${REINPLACE_CMD} -e "/PERL/s|install$$|pure_install|" ${WRKSRC}/Makefile.in