From 2c679373c6cac1bf1c7ff87dd19bb08d0260b198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= Date: Wed, 1 May 2019 19:16:39 +0200 Subject: [PATCH] Add libssp to REQs for x86_64 --- app-editors/vim/vim-8.1.1240.recipe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-editors/vim/vim-8.1.1240.recipe b/app-editors/vim/vim-8.1.1240.recipe index ce0910914..25d64e92a 100644 --- a/app-editors/vim/vim-8.1.1240.recipe +++ b/app-editors/vim/vim-8.1.1240.recipe @@ -44,6 +44,12 @@ REQUIRES=" lib:libncurses " +if [ $effectiveTargetArchitecture != "x86_gcc2" ] ; then + REQUIRES+=" + lib:libssp + " +fi + BUILD_REQUIRES=" haiku_devel devel:libiconv