From 4ae7f6a901677059df9d0e77258880c0ff3cedc8 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 12 Sep 2008 05:28:07 +0000 Subject: Mark as broken on sparc64. Approved by: portmgr (self) --- graphics/pixie/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/pixie') 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 +.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' -- cgit e' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - update to 0.12clsung2006-07-131-1/+1
* Update to 0.11itetcu2006-06-171-1/+1
* - Update to 0.10garga2006-06-081-1/+1
* nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 filesgarga2006-04-10