diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-07-03 21:40:52 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-07-03 21:40:52 +0300 |
commit | ac0d78f23c03755dad8ccace2b027e49124cbf79 (patch) | |
tree | e7cfcd071cf8abb59e1082935a26c70a9f9f34b8 /debian/patches/s390x-workaround.patch | |
download | clisp-debian.tar.gz |
Import clisp_2.49.60+-2HEADdebian/2.49.60+-2masterdebian
Diffstat (limited to 'debian/patches/s390x-workaround.patch')
-rw-r--r-- | debian/patches/s390x-workaround.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/s390x-workaround.patch b/debian/patches/s390x-workaround.patch new file mode 100644 index 0000000..7810976 --- /dev/null +++ b/debian/patches/s390x-workaround.patch @@ -0,0 +1,13 @@ +Index: clisp/src/build-aux/config.sub +=================================================================== +--- clisp.orig/src/build-aux/config.sub 2011-04-04 16:47:54.000000000 +0200 ++++ clisp/src/build-aux/config.sub 2011-04-08 23:32:27.254284905 +0200 +@@ -987,7 +987,7 @@ + basic_machine=s390-ibm + ;; + s390x | s390x-*) +- basic_machine=s390x-ibm ++ basic_machine=s390-ibm + ;; + sa29200) + basic_machine=a29k-amd |