diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 23:11:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-25 23:11:46 +0000 |
commit | 8e87d68e0fcb994a56c1b48ef7b1bbcbc4a5406a (patch) | |
tree | 70702b5a61c3ed8898ae4d94a55dd447ac5ece07 | |
parent | - Mark BROKEN on -CURRENT: error: conflicting types for 'memrchr' (diff) |
- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=211991
-rw-r--r-- | editors/ved/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile index ba9bfb6286ca..b805308fa15e 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -21,8 +21,12 @@ PLIST_DIRS= %%DATADIR%% .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800030 +BROKEN= does not compile +.endif + .if ${ARCH} == "ia64" -BROKEN= "Does not compile on ia64" +BROKEN= does not compile on ia64 .endif post-patch: |