diff options
-rw-r--r-- | graphics/pixie/Makefile | 4 |
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' |