mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
openmw, use newer boost version (#8567)
This commit is contained in:
@@ -6,12 +6,10 @@ and OpenMW are written from scratch and aren’t made to support any third party
|
||||
programs the original Morrowind engine uses to improve its functionality."
|
||||
HOMEPAGE="https://openmw.org/"
|
||||
COPYRIGHT="2008-2021 OpenMW"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
LICENSE="GNU GPL v3
|
||||
MIT
|
||||
Zlib
|
||||
"
|
||||
REVISION="1"
|
||||
Zlib"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/OpenMW/openmw/archive/openmw-$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="openmw-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="bd7f77e1527c2180e9b0dfcbe401d6fb48f24dbb37701dac7747697873d6edb4"
|
||||
@@ -74,9 +72,9 @@ BUILD_REQUIRES="
|
||||
devel:libavcodec$secondaryArchSuffix
|
||||
devel:libavformat$secondaryArchSuffix
|
||||
devel:libavutil$secondaryArchSuffix
|
||||
devel:libboost_filesystem$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_program_options$secondaryArchSuffix
|
||||
devel:libboost_filesystem$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.69.0
|
||||
devel:libboost_program_options$secondaryArchSuffix >= 1.69.0
|
||||
devel:libBulletCollision$secondaryArchSuffix
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libGL$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user