aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-10 05:47:03 +0800
committerantoine <antoine@FreeBSD.org>2014-12-10 05:47:03 +0800
commit7d1a2cb13618afea4d8bf23a1e01413412ccc2c5 (patch)
tree6b89215003b4475638c35339227f7ca276432927 /www
parent815207811e2459a2acc0054bae8f7436201a3f2b (diff)
downloadfreebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.gz
freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.zst
freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.zip
Mark BROKEN on freebsd 8, fail to build
Reported by: pkg-fallout
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk3/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index 7b1230adb4a2..ab3b7009500b 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -90,6 +90,9 @@ CXXFLAGS+= -Wno-c++11-extensions -Qunused-arguments
CONFIGURE_ARGS+=--enable-webkit2
# We need clang + libc++ or gcc 4.7+. gcc has libstdc++ conflict between
# gcc port and base. This originates from icu
+.if ${OSVERSION} < 900000
+BROKEN= Fails to build
+.endif
.if ${OSVERSION}<1000019
CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1
LDFLAGS+= -stdlib=libc++