summaryrefslogtreecommitdiff
path: root/multimedia/mplayerxp
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 09:32:56 +0000
commit737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch)
tree99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /multimedia/mplayerxp
parentFix gcc 4.2 build. (diff)
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r--multimedia/mplayerxp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile
index e2e4e332fc83..f41ec5432af7 100644
--- a/multimedia/mplayerxp/Makefile
+++ b/multimedia/mplayerxp/Makefile
@@ -39,6 +39,10 @@ WIN32_CODEC_PREFIX= ${LOCALBASE}/lib/win32
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \