diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-30 14:18:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-30 14:18:51 +0200 |
commit | ffc1074f86be782035a2162c60515c0a9db999ca (patch) | |
tree | 0c2bc348504b9f5bddc40ccfcc036a7f9a0a5157 /gnu-system.am | |
parent | 46cb9da28597039a7d158ce4b8e0bcacf7700fe3 (diff) | |
download | patches-ffc1074f86be782035a2162c60515c0a9db999ca.tar patches-ffc1074f86be782035a2162c60515c0a9db999ca.tar.gz |
gnu: hop: Allow compilation with Bigloo 4.0b.
Fixes <http://bugs.gnu.org/15194>.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/patches/hop-bigloo-4.0b.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (hop): Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 920e1383f7..2600858fe0 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -207,6 +207,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-default-utf8.patch \ gnu/packages/patches/guile-linux-syscalls.patch \ gnu/packages/patches/guile-relocatable.patch \ + gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/m4-gets-undeclared.patch \ |