mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
uHexen2: remove secondaryArch. enable gcc2 build.
This commit is contained in:
@@ -6,7 +6,7 @@ documentation among many others."
|
||||
HOMEPAGE="https://sourceforge.net/projects/uhexen2/"
|
||||
COPYRIGHT="2000 Raven Software"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://sourceforge.net/projects/uhexen2/files/Hammer%20of%20Thyrion/$portVersion/Source/hexen2source-$portVersion.tgz"
|
||||
CHECKSUM_SHA256="2aa84c141a820f9087850aacf3684a5f71c434428bc57545899eda1b9a28c3e0"
|
||||
SOURCE_DIR="hexen2source-$portVersion"
|
||||
@@ -16,33 +16,33 @@ SOURCE_DIR_2="hexen2demo_nov1997"
|
||||
PATCHES="uhexen2-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="uhexen2.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
uhexen2$secondaryArchSuffix = $portVersion
|
||||
app:Hexen2$secondaryArchSuffix
|
||||
uhexen2 = $portVersion
|
||||
app:Hexen2
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libmad$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libSDL$secondaryArchSuffix
|
||||
lib:libvorbis$secondaryArchSuffix
|
||||
haiku
|
||||
lib:libmad
|
||||
lib:libogg
|
||||
lib:libSDL
|
||||
lib:libvorbis
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libmad$secondaryArchSuffix
|
||||
devel:libogg$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
haiku_devel
|
||||
devel:libmad
|
||||
devel:libogg
|
||||
devel:libSDL
|
||||
devel:libvorbis
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:nasm
|
||||
cmd:pkg_config
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user