aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-16 03:12:36 +0800
committerpav <pav@FreeBSD.org>2008-07-16 03:12:36 +0800
commit78e25f51fdf01ebafa8f479e164f314dbcce3934 (patch)
treecbdb713a7bf480d7a35dd49fc498a373e2132573
parent06236a9ba6bb13535d41a31ad2dbeddeeec2c0cf (diff)
downloadfreebsd-ports-gnome-78e25f51fdf01ebafa8f479e164f314dbcce3934.tar.gz
freebsd-ports-gnome-78e25f51fdf01ebafa8f479e164f314dbcce3934.tar.zst
freebsd-ports-gnome-78e25f51fdf01ebafa8f479e164f314dbcce3934.zip
- Mark BROKEN with GCC 4.2
-rw-r--r--multimedia/jahshaka/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/jahshaka/Makefile b/multimedia/jahshaka/Makefile
index 01a007f8177e..8161171b0cf1 100644
--- a/multimedia/jahshaka/Makefile
+++ b/multimedia/jahshaka/Makefile
@@ -31,6 +31,12 @@ TCSH?= /bin/csh
QMAKE?= ${LOCALBASE}/bin/qmake
QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= does not compile with GCC 4.2
+.endif
+
post-patch:
@(${FIND} ${WRKSRC} -name '*.h' -or -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -i '' \
-e 's|avifile-0.7|avifile|g; s|malloc\.h|stdlib\.h|g')
@@ -95,4 +101,4 @@ do-install:
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>