summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-05-08 11:54:17 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-05-08 11:54:29 +0200
commit76107a464dde77a13302ff67f29be020fb5075f9 (patch)
tree0bb7940921df81704a74447ee57c621097073cc8 /media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch
parentmedia-sound/lilypond: bump to 2.21.1 + 9999 sync (diff)
downloadgentoo-76107a464dde77a13302ff67f29be020fb5075f9.tar.gz
gentoo-76107a464dde77a13302ff67f29be020fb5075f9.tar.bz2
gentoo-76107a464dde77a13302ff67f29be020fb5075f9.zip
media-sound/lilypond: removed obsolete 2.18.2-r3
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch')
-rw-r--r--media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch b/media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch
deleted file mode 100644
index cfd3295b3948..000000000000
--- a/media-sound/lilypond/files/lilypond-2.18.2-fontforge.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a832764e7300d48468a6812077b899a4beed271b Mon Sep 17 00:00:00 2001
-From: Masamichi Hosoda <trueroad@trueroad.jp>
-Date: Sat, 22 Aug 2015 21:20:17 +0900
-Subject: [PATCH] Fix fontforge version detection
-
-Newer fontforge shows git hash in `fontforge --version`.
-In that case, configure script
-might recognize it as date (version).
----
- aclocal.m4 | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/aclocal.m4 b/aclocal.m4
-index 48d0b77..0037c58 100644
---- a/aclocal.m4
-+++ b/aclocal.m4
-@@ -42,7 +42,8 @@ AC_DEFUN(STEPMAKE_GET_VERSION, [
-
- if test -z "$_ver"; then
- ## If empty, try date [fontforge]
-- eval _ver=\"\`("$1" --version || "$1" -V) 2>&1 | grep '[0-9]\{6,8\}' \
-+ eval _ver=\"\`("$1" --version || "$1" -V) 2>&1 \
-+ | grep '\(^\|[^0-9a-f]\)[0-9]\{6,8\}\([^0-9a-f]\|$\)' \
- | head -n 1 \
- | sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\"
- fi
---
-2.6.2
-