diff options
author | pav <pav@FreeBSD.org> | 2008-05-15 04:07:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-15 04:07:02 +0800 |
commit | 06b66f968415bea37c7385d2a4c2846e0084a9ed (patch) | |
tree | e2cfada91a141169eefeadb9f3debf2fb0ea7e07 | |
parent | b733e6c1759d56fb91ef6efe3d1f66655ae9f747 (diff) | |
download | freebsd-ports-gnome-06b66f968415bea37c7385d2a4c2846e0084a9ed.tar.gz freebsd-ports-gnome-06b66f968415bea37c7385d2a4c2846e0084a9ed.tar.zst freebsd-ports-gnome-06b66f968415bea37c7385d2a4c2846e0084a9ed.zip |
- Mark BROKEN on CURRENT: include/schily/schily.h:110: error: conflicting types for 'fexecve'
Reported by: pointyhat
-rw-r--r-- | devel/smake/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile index cf6fd8034ab8..f49c35c5b471 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -28,6 +28,10 @@ PLIST_SUB= RULESUSED="${RULEUSED}" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800032 +BROKEN= Does not compile +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not build on sparc64 .endif |