mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
libsdl2: fix build as devel:libtiff is missing from haiku_devel
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library de
|
|||||||
HOMEPAGE="http://www.libsdl.org/"
|
HOMEPAGE="http://www.libsdl.org/"
|
||||||
SRC_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
|
SRC_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
|
||||||
CHECKSUM_MD5="0eb97039488bf463e775295f7b18b227"
|
CHECKSUM_MD5="0eb97039488bf463e775295f7b18b227"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
LICENSE="Zlib"
|
LICENSE="Zlib"
|
||||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||||
|
|
||||||
@@ -12,6 +12,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
libsdl2$secondaryArchSuffix = $portVersion compat >= 2.0
|
libsdl2$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||||
|
cmd:sdl2_config = $portVersion
|
||||||
lib:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0.0
|
lib:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0.0
|
||||||
lib:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
lib:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
|
||||||
lib:libSDL2_2.0.1$secondaryArchSuufix = 0.1.0 compat >= 0.0
|
lib:libSDL2_2.0.1$secondaryArchSuufix = 0.1.0 compat >= 0.0
|
||||||
@@ -32,8 +33,8 @@ BUILD_REQUIRES="
|
|||||||
devel:libglu$secondaryArchSuffix
|
devel:libglu$secondaryArchSuffix
|
||||||
devel:libpng$secondaryArchSuffix
|
devel:libpng$secondaryArchSuffix
|
||||||
devel:libjpeg$secondaryArchSuffix
|
devel:libjpeg$secondaryArchSuffix
|
||||||
devel:libtiff$secondaryArchSuffix
|
|
||||||
"
|
"
|
||||||
|
# devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
|
|||||||
Reference in New Issue
Block a user