mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
newlisp: define NEWLISP64 on aarch64 and ppc64
Without this, a lot of incorrect code will be chosen.
This commit is contained in:
parent
396a34d34c
commit
aaae843b2e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'newlisp'
|
# Template file for 'newlisp'
|
||||||
pkgname=newlisp
|
pkgname=newlisp
|
||||||
version=10.7.1
|
version=10.7.1
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="readline-devel libffi-devel"
|
makedepends="readline-devel libffi-devel"
|
||||||
short_desc="Lisp-like, general-purpose scripting language"
|
short_desc="Lisp-like, general-purpose scripting language"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
@ -12,7 +12,7 @@ checksum=2e300c8bed365a564d284bf3ad6c49e036256e7fc3f469ebda0b45e6e196a7cc
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) export CFLAGS+=" -DNEWLISP64";;
|
x86_64*|aarch64*|ppc64*) export CFLAGS+=" -DNEWLISP64";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
make -f makefile_linuxLP64_utf8_ffi ${makejobs}
|
make -f makefile_linuxLP64_utf8_ffi ${makejobs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue