mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Added more support for secondaryArchSuffix in sdl libs
This commit is contained in:
@@ -13,7 +13,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_gfx$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libSDL_gfx = 14.9.1 compat >= 14
|
||||
lib:libSDL_gfx$secondaryArchSuffix = 14.9.1 compat >= 14
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -34,7 +34,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtool
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
cmd:sdl_config
|
||||
"
|
||||
|
||||
SOURCE_DIR="SDL_gfx-$portVersion"
|
||||
|
||||
Reference in New Issue
Block a user