diff options
author | kris <kris@FreeBSD.org> | 2005-08-31 03:20:20 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-08-31 03:20:20 +0000 |
commit | dbd938a745d9ea011acda29514100869cf340059 (patch) | |
tree | 0913356da63cbdc7faf13b53d242be0b1e84c98a /www | |
parent | 1cb9840b0e0aeb27d656d67dafee7a63093230b9 (diff) | |
download | FreeBSD-ports-dbd938a745d9ea011acda29514100869cf340059.zip FreeBSD-ports-dbd938a745d9ea011acda29514100869cf340059.tar.gz |
BROKEN on sparc64: Does not compile completely
Diffstat (limited to 'www')
-rw-r--r-- | www/clearsilver/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index de67b54..832f759 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -64,6 +64,10 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile completely on sparc64" +.endif + post-patch: @# Remove CFLAGS when building the python module, pydistfile is used @# and will do the right thing. |