diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-03 20:54:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-03 20:54:30 +0000 |
commit | 2966eec37b90c25e67cd4750b02204035c85dce0 (patch) | |
tree | 0aa53fd0c0217678aa0560cd7d54fe94613577aa /www/clearsilver | |
parent | be07d2f5465ec031fed632e363b23fb11b0dd6cd (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/Makefile | 4 |
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. |