mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
bullet: switch to python3
This commit is contained in:
@@ -7,7 +7,7 @@ the ZLib license."
|
||||
HOMEPAGE="http://www.bulletphysics.com/"
|
||||
COPYRIGHT="2003-2020 Erwin Coumans and the Bullet Physics Library Team"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/bulletphysics/bullet3/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="05826c104b842bcdd1339b86894cb44c84ac2525ac296689d34b38a14bbba0dd"
|
||||
SOURCE_DIR="bullet3-$portVersion"
|
||||
@@ -34,7 +34,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:python
|
||||
cmd:python3
|
||||
lib:libgl$secondaryArchSuffix
|
||||
lib:libglew$secondaryArchSuffix
|
||||
lib:libglu$secondaryArchSuffix
|
||||
@@ -69,7 +69,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python2
|
||||
cmd:python3
|
||||
"
|
||||
|
||||
defineDebugInfoPackage bullet$secondaryArchSuffix \
|
||||
|
||||
Reference in New Issue
Block a user