mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
vim: remove dependency on libssp
now provided by libroot
This commit is contained in:
@@ -12,7 +12,7 @@ way, called evim or Easy Vim."
|
||||
HOMEPAGE="https://www.vim.org/"
|
||||
COPYRIGHT="1991-2021 Bram Moleenar et al."
|
||||
LICENSE="Vim"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/vim/vim/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b2a7860b8236e26baafacd459123216d3b860b0a1205f87d61cf25409887bd9c"
|
||||
SOURCE_FILENAME="vim-$portVersion.tar.gz"
|
||||
@@ -51,12 +51,6 @@ REQUIRES="
|
||||
lib:libncurses$secondaryArchSuffix >= 6
|
||||
"
|
||||
|
||||
if [ $effectiveTargetArchitecture != "x86_gcc2" ] ; then
|
||||
REQUIRES+="
|
||||
lib:libssp$secondaryArchSuffix
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user