mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
clisp: enable readline by default
This commit is contained in:
parent
a190654c8a
commit
df52036560
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'clisp'
|
# Template file for 'clisp'
|
||||||
pkgname=clisp
|
pkgname=clisp
|
||||||
version=2.49
|
version=2.49
|
||||||
revision=5
|
revision=6
|
||||||
# possibly works elsewhere but not in an ancient 2010 release
|
# possibly works elsewhere but not in an ancient 2010 release
|
||||||
archs="x86_64* i686*"
|
archs="x86_64* i686*"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -20,6 +20,7 @@ nocross=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
build_options="readline"
|
build_options="readline"
|
||||||
|
build_options_default="readline"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;
|
i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue