aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/streamdvd/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 17:22:24 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 17:22:24 +0800
commit035617b276afd846f5b0799ea25f68cab47accc2 (patch)
treeb744df88d63750e8513a32c5b935c71e8da02e5b /multimedia/streamdvd/Makefile
parent6a406295a050344b842a94a31d9692246fe8ba2c (diff)
downloadfreebsd-ports-gnome-035617b276afd846f5b0799ea25f68cab47accc2.tar.gz
freebsd-ports-gnome-035617b276afd846f5b0799ea25f68cab47accc2.tar.zst
freebsd-ports-gnome-035617b276afd846f5b0799ea25f68cab47accc2.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'multimedia/streamdvd/Makefile')
-rw-r--r--multimedia/streamdvd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/streamdvd/Makefile b/multimedia/streamdvd/Makefile
index ebe733908676..f8f6b7a66938 100644
--- a/multimedia/streamdvd/Makefile
+++ b/multimedia/streamdvd/Makefile
@@ -35,4 +35,10 @@ do-install:
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>