mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
code style.
This commit is contained in:
@@ -8,8 +8,8 @@ COPYRIGHT="2010-2018 MessagePack Developers"
|
||||
LICENSE="Boost v1.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/msgpack/msgpack-c/archive/cpp-$portVersion.tar.gz"
|
||||
SOURCE_DIR="msgpack-c-cpp-$portVersion"
|
||||
CHECKSUM_SHA256="ff1908879e8015d3fb9588fb4ad6a4043e0ce1d44f2dc7da3b387fad7fffb842"
|
||||
SOURCE_DIR="msgpack-c-cpp-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -51,14 +51,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
defineDebugInfoPackage msgpack_c_cpp$secondaryArchSuffix \
|
||||
"$libDir"/libmsgpackc.so.2.0.0
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/-pthread/-lroot/g' example/cpp03/CMakeLists.txt
|
||||
}
|
||||
|
||||
defineDebugInfoPackage msgpack_c_cpp$secondaryArchSuffix \
|
||||
"$libDir"/libmsgpackc.so.2.0.0
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build && cd build
|
||||
|
||||
Reference in New Issue
Block a user