summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Linden <karl.j.linden@gmail.com>2015-10-31 14:04:47 +0100
committerKarl Linden <karl.j.linden@gmail.com>2015-11-04 17:16:35 +0100
commitb01a4bd24dff326307247ae5fa9d245b12904b46 (patch)
tree69e6b82b5bc68146b8957525d7be39b6a56f751e /media-sound/lilypond/lilypond-2.18.2.ebuild
parentnet-analyzer/pmacct: Add USE=geoipv2. (diff)
downloadgentoo-b01a4bd24dff326307247ae5fa9d245b12904b46.tar.gz
gentoo-b01a4bd24dff326307247ae5fa9d245b12904b46.tar.bz2
gentoo-b01a4bd24dff326307247ae5fa9d245b12904b46.zip
media-sound/lilypond: fix compilation with fontforge wrt #557160
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-sound/lilypond/lilypond-2.18.2.ebuild')
-rw-r--r--media-sound/lilypond/lilypond-2.18.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/lilypond/lilypond-2.18.2.ebuild b/media-sound/lilypond/lilypond-2.18.2.ebuild
index 2604de192bbc..02301ed46db1 100644
--- a/media-sound/lilypond/lilypond-2.18.2.ebuild
+++ b/media-sound/lilypond/lilypond-2.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -58,6 +58,7 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch
+ epatch "${FILESDIR}"/${P}-fontforge.patch
if ! use vim-syntax ; then
sed -i 's/vim//' GNUmakefile.in || die