summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-04 08:05:40 +0000
committerpav <pav@FreeBSD.org>2007-07-04 08:05:40 +0000
commitf6655f4a637d73c1b8b30c1d67e29062bea7c5ee (patch)
tree26253341e7ffb75a6d1185186115f78517b0d18f
parenta0a8de64c74bf88922a24fa1e017531fdf2d8cbf (diff)
downloadFreeBSD-ports-f6655f4a637d73c1b8b30c1d67e29062bea7c5ee.zip
FreeBSD-ports-f6655f4a637d73c1b8b30c1d67e29062bea7c5ee.tar.gz
Mark BROKEN on 7.X: does not compile with GCC 4.2
-rw-r--r--print/lilypond/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 976e032..db854a2 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -69,6 +69,10 @@ PLIST_SUB+= CONDITIONAL=""
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
pre-configure:
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=g;s=%%DATADIRVERSION%%=${DATADIR}/${PORTVERSION}=g" \
< ${FILESDIR}/pkg-install.in \
OpenPOWER on IntegriCloud