aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pixie
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-09-12 13:28:07 +0800
committerlinimon <linimon@FreeBSD.org>2008-09-12 13:28:07 +0800
commit4ae7f6a901677059df9d0e77258880c0ff3cedc8 (patch)
treef18ba04ea1478d2800871d189b9265b8ea02e426 /graphics/pixie
parent6c298334d3cddc9b2d30590f81da05ed9419b7c7 (diff)
downloadfreebsd-ports-gnome-4ae7f6a901677059df9d0e77258880c0ff3cedc8.tar.gz
freebsd-ports-gnome-4ae7f6a901677059df9d0e77258880c0ff3cedc8.tar.zst
freebsd-ports-gnome-4ae7f6a901677059df9d0e77258880c0ff3cedc8.zip
Mark as broken on sparc64.
Approved by: portmgr (self)
Diffstat (limited to 'graphics/pixie')
-rw-r--r--graphics/pixie/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 9c9b52958758..7b08ff5e5035 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -51,6 +51,10 @@ SUB_LIST+= PORTNAME=${PORTNAME}
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-patch:
@${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \
${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g'