summaryrefslogtreecommitdiff
path: root/libre-testing/make/guile-2.2.patch
diff options
context:
space:
mode:
authorBruno Cichon <ebrasca@librepanther.com>2018-10-02 00:52:16 +0200
committerBruno Cichon <ebrasca@librepanther.com>2018-10-02 00:52:16 +0200
commit7201d68c2089f4e83126bcfc72e0658ce920a084 (patch)
tree606328683e0a12304967f4166fd6bd544564d450 /libre-testing/make/guile-2.2.patch
parent7b0e23aa952d001065f3f2432e4a6c57ac581b5c (diff)
Add some base-devel packages for ppc64le
Diffstat (limited to 'libre-testing/make/guile-2.2.patch')
-rw-r--r--libre-testing/make/guile-2.2.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre-testing/make/guile-2.2.patch b/libre-testing/make/guile-2.2.patch
new file mode 100644
index 000000000..8e4cbc0ff
--- /dev/null
+++ b/libre-testing/make/guile-2.2.patch
@@ -0,0 +1,15 @@
+diff --git a/configure.ac b/configure.ac
+index 64ec870..eb1139f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -168,8 +168,8 @@ AC_ARG_WITH([guile], [AS_HELP_STRING([--with-guile],
+ # comes with it's own PC file so we have to specify them as individual
+ # packages. Ugh.
+ AS_IF([test "x$with_guile" != xno],
+-[ PKG_CHECK_MODULES([GUILE], [guile-2.0], [have_guile=yes],
+- [PKG_CHECK_MODULES([GUILE], [guile-1.8], [have_guile=yes],
++[ PKG_CHECK_MODULES([GUILE], [guile-2.2], [have_guile=yes],
++ [PKG_CHECK_MODULES([GUILE], [guile-2.0], [have_guile=yes],
+ [have_guile=no])])
+ ])
+