mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
slack++: update to openssl 3
This commit is contained in:
@@ -4,7 +4,7 @@ Conversation and Knowledge."
|
||||
HOMEPAGE="https://github.com/ga2arch/slack"
|
||||
COPYRIGHT="2018 Federico Di Pierro"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="7"
|
||||
REVISION="8"
|
||||
srcGitRev="f085f2a269d012c876e128db74d350754ec0ca30"
|
||||
SOURCE_URI="https://github.com/ga2arch/slack/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="2b42d26328e666dbbd431e8f389234eb19fd56f4ad65997d3d442b0cb96a4b6a"
|
||||
@@ -19,20 +19,20 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libjsoncpp$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libjsoncpp$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libjsoncpp$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libjsoncpp$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libcrypto$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
@@ -46,7 +46,7 @@ BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" ../ $cmakeDirArgs
|
||||
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ../ $cmakeDirArgs
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user