guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: icedtea-6: Patch required freetype version.


From: guix-commits
Subject: 03/05: gnu: icedtea-6: Patch required freetype version.
Date: Sat, 7 Sep 2019 10:27:06 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit 306c1e614d617f02e9943c95a829395a2bc713fb
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 7 16:23:54 2019 +0200

    gnu: icedtea-6: Patch required freetype version.
    
    * gnu/packages/java.scm (icedtea-6)[arguments]: Patch hardcoded version 
string
    for freetype version check.
---
 gnu/packages/java.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index fee0970..e2c47e4 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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\";")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]