aboutsummaryrefslogtreecommitdiff
path: root/www/clearsilver/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 21:58:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 21:58:42 +0000
commit91f43feee51d91488245565031f1f92843b068a6 (patch)
tree8a19533a86c83472007d84056d9630388ef18bbe /www/clearsilver/Makefile
parent9e07d6d1d074301886b5dbdf51e23da97e6c21b5 (diff)
downloadports-91f43feee51d91488245565031f1f92843b068a6.tar.gz
ports-91f43feee51d91488245565031f1f92843b068a6.zip
BROKEN on ia64: Does not compile
Notes
Notes: svn path=/head/; revision=121905
Diffstat (limited to 'www/clearsilver/Makefile')
-rw-r--r--www/clearsilver/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index 862dfc8371e3..6d66672131b6 100644
--- a/www/clearsilver/Makefile
+++ b/www/clearsilver/Makefile
@@ -66,6 +66,10 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \
BROKEN= "Does not compile on amd64 (missing -fPIC from shared libraries)"
.endif
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile on ia64"
+.endif
+
post-patch:
@# Exclude lemon.c, it gives some errors and its not used at all.
@${MV} ${WRKSRC}/cs/lemon.c ${WRKSRC}/cs/lemon.c.not_used