summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-04 08:05:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-04 08:05:40 +0000
commitd18583938a921880a94f296e88fc1d3acda4ffbd (patch)
tree00baf119b9d122662e165e7c871a563c5150074f /print
parentUpdate to 1.12 (diff)
Mark BROKEN on 7.X: does not compile with GCC 4.2
Notes
Notes: svn path=/head/; revision=194868
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 976e0325169b..db854a243e82 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 \