diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-19 03:42:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-19 03:42:26 +0000 |
commit | dac6fa73b2a1e52aec58c83a644403539a2dd34c (patch) | |
tree | a333f02b0900afbaece8dc37eb9df05f49a87c07 /print/lilypond-devel/Makefile | |
parent | 67f110277ffd907f039052437f32270fd6415fc6 (diff) |
Notes
Diffstat (limited to 'print/lilypond-devel/Makefile')
-rw-r--r-- | print/lilypond-devel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index b8a97a0cec02..03387770ce64 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lilypond -DISTVERSION= 2.21.5 +DISTVERSION= 2.21.6 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ PKGNAMESUFFIX= -devel @@ -72,9 +72,11 @@ NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \ - ${WRKSRC}/lily/include/includable-lexer.hh - ${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ - ${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf + ${WRKSRC}/lily/include/includable-lexer.hh + @${REINPLACE_CMD} -e 's|$save_CXXFLAGS -Werror=suggest-override|$save_CXXFLAGS|' \ + ${WRKSRC}/configure + @${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \ + ${FILESDIR}/fonts.conf > ${WRKDIR}/.fonts.conf post-patch-NLS-off: @${REINPLACE_CMD} -e '/po \\$$/d' ${WRKSRC}/${MAKEFILE}.in |