summaryrefslogtreecommitdiff
path: root/src/stage4/patches/clisp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/clisp.patch')
-rw-r--r--src/stage4/patches/clisp.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/stage4/patches/clisp.patch b/src/stage4/patches/clisp.patch
deleted file mode 100644
index 6f22827..0000000
--- a/src/stage4/patches/clisp.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -rupN a/PKGBUILD b/PKGBUILD
---- a/PKGBUILD 2018-04-06 04:59:13.746587767 +0200
-+++ b/PKGBUILD 2018-04-06 04:59:13.746587767 +0200
-@@ -9,7 +9,6 @@ license=('GPL')
- url="http://clisp.cons.org/"
- depends=('readline' 'libsigsegv')
- provides=('common-lisp')
--makedepends=('ffcall')
- options=('!makeflags' '!emptydirs')
- source=("http://downloads.sourceforge.net/sourceforge/clisp/clisp-${pkgver}.tar.bz2"
- "clisp-gcc5.patch"
-@@ -30,9 +29,9 @@ prepare() {
-
- build() {
- cd $srcdir/${pkgname}-${pkgver}
-- ./configure --prefix=/usr --with-readline --with-ffcall src
-+ ./configure --prefix=/usr --with-readline src
- cd src
-- ./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > Makefile
-+ ./makemake --prefix=/usr --with-readline --with-dynamic-ffi > Makefile
- make
- sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
- make