aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pvmpov
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-04 05:39:43 +0800
committerpav <pav@FreeBSD.org>2007-07-04 05:39:43 +0800
commit55d0a9dd5367ceabb88841359cd2cb0fac59a7bc (patch)
tree988f4f330f918b596e185e67f65c55e72a219f26 /graphics/pvmpov
parentaa6fe6ff1f27aac1d358e0156dadf8f1ea0c8407 (diff)
downloadfreebsd-ports-gnome-55d0a9dd5367ceabb88841359cd2cb0fac59a7bc.tar.gz
freebsd-ports-gnome-55d0a9dd5367ceabb88841359cd2cb0fac59a7bc.tar.zst
freebsd-ports-gnome-55d0a9dd5367ceabb88841359cd2cb0fac59a7bc.zip
- Mark BROKEN on CURRENT: does not compile with GCC 4.2
Diffstat (limited to 'graphics/pvmpov')
-rw-r--r--graphics/pvmpov/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile
index 8056ffacccd7..79d15c45c4e7 100644
--- a/graphics/pvmpov/Makefile
+++ b/graphics/pvmpov/Makefile
@@ -36,6 +36,12 @@ PORTDOCS= *
PLIST_FILES= bin/x-pvmpov \
lib/pvm/bin/FREEBSD/x-pvmpov
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
pre-configure:
@ (cd ${WRKDIRPREFIX}${.CURDIR}/../../graphics/povray31/work && \
${TAR} -c -f - povray31 ) \
@@ -57,4 +63,4 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/doc/PVMPOV-HOWTO.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>