diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-04-02 12:38:12 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-04-02 12:38:30 +0200 |
commit | d3f23ce9843947e2d326b2fe7e4177451d7b0a35 (patch) | |
tree | 3d519b8b9d753f0e00b4a17160e9c9958d5c34f7 /media-sound/lilypond | |
parent | www-client/vivaldi: Version 2.11.1811.51_p1 (diff) | |
download | gentoo-d3f23ce9843947e2d326b2fe7e4177451d7b0a35.tar.gz gentoo-d3f23ce9843947e2d326b2fe7e4177451d7b0a35.tar.bz2 gentoo-d3f23ce9843947e2d326b2fe7e4177451d7b0a35.zip |
media-sound/lilypond: fixed configuration of 9999
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 82cfb3b7c714..545b867b9356 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -81,7 +81,7 @@ src_prepare() { sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die # respect AR - sed -i "s:^AR=ar:AR=$(tc-getAR):" stepmake/stepmake/library-vars.make || die + sed -i "s:^AR=ar:AR=$(tc-getAR):" flower/GNUmakefile || die # remove bundled texinfo file (fixes bug #448560) rm tex/texinfo.tex || die @@ -97,7 +97,6 @@ src_configure() { local myeconfargs=( --with-texgyre-dir=/usr/share/fonts/tex-gyre - --enable-guile2 --disable-documentation --disable-optimising --disable-pipe |