mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: icedtea-6: Patch required freetype version.
* gnu/packages/java.scm (icedtea-6)[arguments]: Patch hardcoded version string for freetype version check.
This commit is contained in:
parent
22bd735a3f
commit
306c1e614d
1 changed files with 3 additions and 0 deletions
|
@ -756,6 +756,9 @@ machine.")))
|
|||
(with-directory-excursion "openjdk"
|
||||
(invoke "tar" "xvf" (assoc-ref inputs "hotspot-src"))
|
||||
(rename-file "hg-checkout" "hotspot"))
|
||||
(substitute* "patches/freetypeversion.patch"
|
||||
(("REQUIRED_FREETYPE_VERSION = 2.2.1")
|
||||
"REQUIRED_FREETYPE_VERSION = 2.10.1"))
|
||||
(substitute* "Makefile.in"
|
||||
(("echo \"ERROR: No up-to-date OpenJDK zip available\"; exit -1;")
|
||||
"echo \"trust me\";")
|
||||
|
|
Loading…
Reference in a new issue