mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Vim: fix gcc2 build
There is no libruby for gcc2, so just disable that. It is optional and not too commonly used.
This commit is contained in:
@@ -18,7 +18,7 @@ CHECKSUM_SHA256="1485524d747b2046b9e1ea3bfcf80148e6a9a65e29d972d23cf88152ad9dcca
|
||||
SOURCE_DIR="vim-$portVersion"
|
||||
PATCHES="vim-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
vim = $portVersion
|
||||
@@ -50,9 +50,15 @@ BUILD_REQUIRES="
|
||||
devel:libintl
|
||||
# devel:liblua
|
||||
devel:libncurses
|
||||
devel:libruby
|
||||
devel:libtclstub8.5
|
||||
"
|
||||
|
||||
if [ $effectiveTargetArchitecture != "x86_gcc2" ] ; then
|
||||
BUILD_REQUIRES+="
|
||||
devel:libruby
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:find
|
||||
|
||||
Reference in New Issue
Block a user