mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
OpenArena: fix build for x86 arch, add openarena_data to requires
This commit is contained in:
@@ -5,7 +5,7 @@ heavily on the Quake III Arena-style deathmatch. The OpenArena project was estab
|
||||
HOMEPAGE="http://openarena.ws/"
|
||||
COPYRIGHT="OpenArena Team"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="e120f49e660aab5420e6acb3a5131992645f39c3"
|
||||
SOURCE_URI="https://github.com/OpenArena/engine/archive/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="5d92a0fab326bb5f80eb662e741add908bafc7b76ee023adf6846c86354b0d7c"
|
||||
@@ -21,6 +21,7 @@ PROVIDES="
|
||||
app:OpenArena
|
||||
"
|
||||
REQUIRES="
|
||||
openarena_data
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
|
||||
@@ -18,7 +18,7 @@ index 3aae339..518791f 100644
|
||||
+ifeq ($(PLATFORM),haiku)
|
||||
+
|
||||
+ ifeq ($(shell uname -m), BePC)
|
||||
+ ARCH=i386
|
||||
+ ARCH=x86
|
||||
+ endif
|
||||
+
|
||||
+ SHLIBEXT=so
|
||||
|
||||
Reference in New Issue
Block a user