aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-07-16 13:23:59 +0800
committerlinimon <linimon@FreeBSD.org>2011-07-16 13:23:59 +0800
commitbb4a2ccfc3ef490fce02932e492e0dd59464eaa1 (patch)
tree224fc414a1f144868c7f2c512e7869d88d54200d /graphics
parentb949ed54717378a210738137bf6ce983ef61c73f (diff)
downloadfreebsd-ports-gnome-bb4a2ccfc3ef490fce02932e492e0dd59464eaa1.tar.gz
freebsd-ports-gnome-bb4a2ccfc3ef490fce02932e492e0dd59464eaa1.tar.zst
freebsd-ports-gnome-bb4a2ccfc3ef490fce02932e492e0dd59464eaa1.zip
Mark as broken on sparc64: does not compile.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index 158287a15769..c35f73909037 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -90,6 +90,10 @@ CONFIGURE_ARGS+=--disable-zlib
CONFIGURE_ARGS+=--enable-x86_64
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-patch:
@${GREP} -ERl '<(malloc|alloca)\.h>' ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -Ee 's|<(malloc\|alloca)\.h>|<stdlib.h>|'