aboutsummaryrefslogtreecommitdiffstats
path: root/www/nvu/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-13 07:50:28 +0800
committerpav <pav@FreeBSD.org>2007-11-13 07:50:28 +0800
commit7e92de5ecfc6e3bf5c6b12a1f280e97a765d308d (patch)
tree23e682724f6193217261850b48144d3cc3af223c /www/nvu/Makefile
parentde4c21c522bade4416f14ee4c8b5498190700457 (diff)
downloadfreebsd-ports-gnome-7e92de5ecfc6e3bf5c6b12a1f280e97a765d308d.tar.gz
freebsd-ports-gnome-7e92de5ecfc6e3bf5c6b12a1f280e97a765d308d.tar.zst
freebsd-ports-gnome-7e92de5ecfc6e3bf5c6b12a1f280e97a765d308d.zip
- Does not compile with GCC 4.2 on amd64
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'www/nvu/Makefile')
-rw-r--r--www/nvu/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/nvu/Makefile b/www/nvu/Makefile
index 2acc11605d5b..081635c33097 100644
--- a/www/nvu/Makefile
+++ b/www/nvu/Makefile
@@ -38,6 +38,12 @@ CFLAGS+= -I${X11BASE}/include
BROKEN= does not build
.endif
+.if ${ARCH}=="amd64"
+.if ${OSVERSION} >= 700042
+BROKEN= does not build
+.endif
+.endif
+
.if ${ARCH}=="sparc64"
.if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042
IGNORE= does not build