diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 08:05:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-04 08:05:40 +0000 |
commit | d18583938a921880a94f296e88fc1d3acda4ffbd (patch) | |
tree | 00baf119b9d122662e165e7c871a563c5150074f /print/lilypond | |
parent | d2152291b7f16b5684b1a9807509326b36869e03 (diff) | |
download | ports-d18583938a921880a94f296e88fc1d3acda4ffbd.tar.gz ports-d18583938a921880a94f296e88fc1d3acda4ffbd.zip |
Notes
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 4 |
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 \ |