mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
clisp: update REQUIRES (#11307)
This commit is contained in:
@@ -9,10 +9,10 @@ COPYRIGHT="1992-1993 Bruno Haible, Michael Stoll
|
||||
2001-2018 Sam Steingold, Bruno Haible
|
||||
"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
srcGitRev="c735dd548ba2365804bcee9c2bdd3c291657e8ae"
|
||||
REVISION="2"
|
||||
srcGitRev="386dcd71ada798f317366c3a775c0d47292f8d0b"
|
||||
SOURCE_URI="https://gitlab.com/gnu-clisp/clisp/-/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7c29554297e5d27abd7e50fff7691b4dc2ee26bd694369b238fb368b38278bf7"
|
||||
CHECKSUM_SHA256="ff0b5dd48162c9d58c0801c2afa600b37dcb0ca9c41289cef87a1f98d6029595"
|
||||
SOURCE_DIR="clisp-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -25,6 +25,13 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libffcall$secondaryArchSuffix
|
||||
lib:libiconv$secondaryArchSuffix
|
||||
lib:libintl$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libreadline$secondaryArchSuffix
|
||||
lib:libsigsegv$secondaryArchSuffix
|
||||
lib:libunistring$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -49,6 +56,7 @@ BUILD()
|
||||
{
|
||||
./configure \
|
||||
FORCE_UNSAFE_CONFIGURE=1 \
|
||||
CXXFLAGS="_D_BSD_SOURCE" \
|
||||
LDFLAGS="-lbsd -lnetwork" \
|
||||
--with-included-regex \
|
||||
--prefix=$prefix \
|
||||
|
||||
Reference in New Issue
Block a user