mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
z26, fix reference to libSDL (#4081)
This commit is contained in:
committed by
waddlesplash
parent
5c45e2506b
commit
37aa2faee0
@@ -5,12 +5,13 @@ It also supports multiload files, and a whole lot of other features."
|
||||
HOMEPAGE="http://whimsey.com/z26/"
|
||||
COPYRIGHT="1997-2004 John Saeger"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://whimsey.com/z26/z26v2.16.00s.zip"
|
||||
CHECKSUM_SHA256="fe285597543a9f562b25f11e57804c604d8226d9a6dc6dc1b9e2a4cfc5f38276"
|
||||
SOURCE_DIR="src"
|
||||
PATCHES="z26-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -19,12 +20,12 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl${secondaryArchSuffix}
|
||||
devel:libSDL${secondaryArchSuffix}
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user