libsdl2: fix build as devel:libtiff is missing from haiku_devel

This commit is contained in:
Alexander von Gluck IV
2013-12-25 22:31:26 -06:00
parent 07f68089bc
commit f781cc04e8

View File

@@ -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