mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
1oom, fix references to lib:libsdl (#8941)
This commit is contained in:
@@ -14,7 +14,7 @@ file, located in /boot/home/config/settings/1oom"
|
||||
HOMEPAGE="https://kilgoretroutmaskreplicant.gitlab.io/plain-html/"
|
||||
COPYRIGHT="2018-2021 1oom developers"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="81ce4060661fa724fa97e12d97e39c8c39b9deb6"
|
||||
SOURCE_URI="https://gitlab.com/Tapani_/1oom/-/archive/$srcGitRev/1oom-$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="b3ebd9af101807adbe89080bbd646348933381cfead8c5234bc27766bb4d38d3"
|
||||
@@ -23,7 +23,7 @@ SOURCE_DIR="1oom-$srcGitRev"
|
||||
PATCHES="1oom-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="1oom.rdef"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
fi
|
||||
@@ -37,8 +37,8 @@ REQUIRES="
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libglu$secondaryArchSuffix
|
||||
lib:libsamplerate$secondaryArchSuffix
|
||||
lib:libSDL$secondaryArchSuffix
|
||||
lib:libSDL_mixer$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libSDL_mixer_1.2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -46,8 +46,8 @@ BUILD_REQUIRES="
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
devel:libsamplerate$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libSDL_mixer$secondaryArchSuffix
|
||||
devel:libSDL_1.2$secondaryArchSuffix
|
||||
devel:libSDL_mixer_1.2$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
|
||||
Reference in New Issue
Block a user