summaryrefslogtreecommitdiff
path: root/extra/clisp
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-03 04:41:38 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-06-03 04:41:38 -0500
commitc87732e5659b56943ef4f120d7c71dcaabc3f849 (patch)
tree76cfdc21231860c05c920597cda18ea142725e00 /extra/clisp
parente9c87a0467396bbc4b1093caa3541b5270012259 (diff)
Commiting libre package clisp-2.49-1
Diffstat (limited to 'extra/clisp')
-rw-r--r--extra/clisp/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/clisp/PKGBUILD b/extra/clisp/PKGBUILD
index b7be73093..4738a52c6 100644
--- a/extra/clisp/PKGBUILD
+++ b/extra/clisp/PKGBUILD
@@ -20,8 +20,10 @@ build() {
./configure --prefix=/usr --with-readline --with-ffcall src
cd src
./makemake --prefix=/usr --with-readline --with-ffcall --with-dynamic-ffi > Makefile
+ # Dirty hack for using arimips64 instead of arimips.c
+ [ $CARCH = "mips64el" ] && ln -s arimips64.c arimips.c
make || return 1
sed -i 's,http://www.lisp.org/HyperSpec/,http://www.lispworks.com/reference/HyperSpec/,g' config.lisp
make || return 1
make DESTDIR=$pkgdir install || return 1
-}
+} \ No newline at end of file