From f781cc04e8c8181361f8b829beb48bb4ab44e138 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 25 Dec 2013 22:31:26 -0600 Subject: [PATCH] libsdl2: fix build as devel:libtiff is missing from haiku_devel --- media-libs/libsdl2/libsdl2-2.0.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.1.recipe b/media-libs/libsdl2/libsdl2-2.0.1.recipe index 83cf33207..2b00bcefe 100644 --- a/media-libs/libsdl2/libsdl2-2.0.1.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.1.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library de HOMEPAGE="http://www.libsdl.org/" SRC_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz" CHECKSUM_MD5="0eb97039488bf463e775295f7b18b227" -REVISION="1" +REVISION="2" LICENSE="Zlib" COPYRIGHT="1997-2013 Sam Lantinga" @@ -12,6 +12,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" 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_2.0$secondaryArchSuffix = 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:libpng$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix " +# devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff BUILD_PREREQUIRES=" cmd:autoconf