aboutsummaryrefslogtreecommitdiff
path: root/graphics/grx
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-07-16 05:23:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-07-16 05:23:59 +0000
commit57a8d7d6edf90e25ce49ec47e62d2c38d52ebdb6 (patch)
tree11cb7af9aee79b4ecc834996e2c258ce5bd0f629 /graphics/grx
parentca32093a9104dd0cf992e618bf8a7c13c4fe198c (diff)
downloadports-57a8d7d6edf90e25ce49ec47e62d2c38d52ebdb6.tar.gz
ports-57a8d7d6edf90e25ce49ec47e62d2c38d52ebdb6.zip
Notes
Diffstat (limited to 'graphics/grx')
-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>|'