summaryrefslogtreecommitdiff
path: root/media-sound/lilypond/files/lilypond-2.19.80-fontforge-version.patch
blob: 4e2c2ce77c12835e9b1a6068973e10c619ceff9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The version test fails for two reasons:
* fontforge --version does not print anything that resembles what the configure
  script expects a version to look like
* fontforge fails to print a version if it cannot connect to an X display

--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,7 @@
 
 STEPMAKE_PYTHON_DEVEL(REQUIRED, 2.4, 3.0)
 
-STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222)
+STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED,)
 
 STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED)