summaryrefslogtreecommitdiffstats
path: root/graphics/lilypond/patches/detect-fontforge.diff
diff options
context:
space:
mode:
author Kyle Guinn2020-10-19 07:38:46 +0200
committer Willy Sudiarto Raharjo2020-10-24 03:14:59 +0200
commit3e0caa249d5c0e12e0be5156223330fe4963c846 (patch)
treeada30fb9c0ca6054d8463b0fb04e71cd5896fe74 /graphics/lilypond/patches/detect-fontforge.diff
parentd167183c1be44176c526180db77413c9449275d0 (diff)
downloadslackbuilds-3e0caa249d5c0e12e0be5156223330fe4963c846.tar.gz
graphics/lilypond: Fix FontForge detection.
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/lilypond/patches/detect-fontforge.diff')
-rw-r--r--graphics/lilypond/patches/detect-fontforge.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/lilypond/patches/detect-fontforge.diff b/graphics/lilypond/patches/detect-fontforge.diff
deleted file mode 100644
index 1d3e546dc5..0000000000
--- a/graphics/lilypond/patches/detect-fontforge.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -9810,7 +9810,7 @@
-
- if test -z "$_ver"; then
- ## If empty, try date [fontforge]
-- eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep '[0-9]\{6,8\}' \
-+ eval _ver=\"\`("$exe" --version || "$exe" -V) 2>&1 | grep 'libfontforge [0-9]\{6,8\}' \
- | head -n 1 \
- | sed -e 's/^[^.0-9]*//' -e 's/[^.0-9]*$//'\`\"
- fi