diff options
author | pav <pav@FreeBSD.org> | 2007-07-04 08:05:40 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-04 08:05:40 +0000 |
commit | f6655f4a637d73c1b8b30c1d67e29062bea7c5ee (patch) | |
tree | 26253341e7ffb75a6d1185186115f78517b0d18f | |
parent | a0a8de64c74bf88922a24fa1e017531fdf2d8cbf (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 \ |