mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +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
|
||||
|
||||
@@ -8,13 +8,13 @@ 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="1b834ab0b5b41da1dbfb96dd4a673f6de7e79dbd7f212f45a553ff9cc54abf3b"
|
||||
SOURCE_DIR="msgpack-c-cpp-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
libVersion=2.0.0
|
||||
libVersion="2.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user