aboutsummaryrefslogtreecommitdiff
path: root/www/clearsilver
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
commit2966eec37b90c25e67cd4750b02204035c85dce0 (patch)
tree0aa53fd0c0217678aa0560cd7d54fe94613577aa /www/clearsilver
parentbe07d2f5465ec031fed632e363b23fb11b0dd6cd (diff)
- Mark broken on 4.X
Reported by: krismail
Notes
Notes: svn path=/head/; revision=158741
Diffstat (limited to 'www/clearsilver')
-rw-r--r--www/clearsilver/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index 33597363acc2..8004eb50b322 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 completely on sparc64
.endif
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
post-patch:
@# Remove CFLAGS when building the python module, pydistfile is used
@# and will do the right thing.