aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libvisual
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
committerpav <pav@FreeBSD.org>2007-07-03 03:01:04 +0800
commit8eba96b36ad4230e29c29044a42608050210a1f7 (patch)
tree1ded10deafb806a07b1bf673070f413ce7ec1884 /graphics/libvisual
parent487e44169b5eab1086657b11b255d372dbb4abee (diff)
downloadfreebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz
freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst
freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'graphics/libvisual')
-rw-r--r--graphics/libvisual/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile
index ef44696a15cd..0860f5a3cdbe 100644
--- a/graphics/libvisual/Makefile
+++ b/graphics/libvisual/Makefile
@@ -28,6 +28,10 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042 && ${ARCH} == i386
+BROKEN= Does not compile with GCC 4.2 on i386
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \
-e 's|-O3|${CFLAGS}|g' \