diff options
author | pav <pav@FreeBSD.org> | 2008-04-26 07:11:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-26 07:11:46 +0800 |
commit | d2f677f5ee454b9cbed262b47e1d4e60f8e199a7 (patch) | |
tree | bc775497f964e91261e8a1c0db29a30899a0d66d /editors | |
parent | 3a519db16fb72af08bb5b2762fd010a58075989c (diff) | |
download | freebsd-ports-gnome-d2f677f5ee454b9cbed262b47e1d4e60f8e199a7.tar.gz freebsd-ports-gnome-d2f677f5ee454b9cbed262b47e1d4e60f8e199a7.tar.zst freebsd-ports-gnome-d2f677f5ee454b9cbed262b47e1d4e60f8e199a7.zip |
- Mark BROKEN on -CURRENT: error: conflicting types for 'fexecve'
Reported by: pointyhat
Diffstat (limited to 'editors')
-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: |