mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
bullet: bump version
This commit is contained in:
@@ -7,15 +7,15 @@ the ZLib license."
|
||||
HOMEPAGE="http://www.bulletphysics.com/"
|
||||
COPYRIGHT="2003-2020 Erwin Coumans and the Bullet Physics Library Team"
|
||||
LICENSE="Zlib"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="05826c104b842bcdd1339b86894cb44c84ac2525ac296689d34b38a14bbba0dd"
|
||||
CHECKSUM_SHA256="baa642c906576d4d98d041d0acb80d85dd6eff6e3c16a009b1abf1ccd2bc0a61"
|
||||
SOURCE_DIR="bullet3-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="3.08"
|
||||
libVersion=$portVersion
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
@@ -96,6 +96,7 @@ BUILD()
|
||||
cmake .. \
|
||||
-Wno-dev \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DUSE_DOUBLE_PRECISION=ON \
|
||||
-DBUILD_BULLET2_DEMOS=OFF \
|
||||
-DBUILD_EXTRAS=OFF \
|
||||
-DBUILD_UNIT_TESTS=OFF \
|
||||
Reference in New Issue
Block a user