From bdf9b9767575c5b173aed9d79e3cb77b640fa62f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 2 Oct 2013 08:48:10 -0700 Subject: [PATCH] Renamed libsdl2 patch so that it matches and gets used. --- media-libs/libsdl2/libsdl2-2.0.0.recipe | 6 ++++-- .../patches/{libsdl-2.0.0.patch => libsdl2-2.0.0.patch} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename media-libs/libsdl2/patches/{libsdl-2.0.0.patch => libsdl2-2.0.0.patch} (100%) diff --git a/media-libs/libsdl2/libsdl2-2.0.0.recipe b/media-libs/libsdl2/libsdl2-2.0.0.recipe index 1810acaa7..3846f145c 100644 --- a/media-libs/libsdl2/libsdl2-2.0.0.recipe +++ b/media-libs/libsdl2/libsdl2-2.0.0.recipe @@ -1,5 +1,5 @@ SUMMARY="Simple Direct Media Layer 2.0" -DESCRIPTION="SDL 2.0" +DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games." HOMEPAGE="http://www.libsdl.org/" SRC_URI="http://www.libsdl.org/release/SDL2-2.0.0.tar.gz" CHECKSUM_MD5="beec89afb6edcc6f0abc4114f2e6bcf7" @@ -45,6 +45,8 @@ BUILD_PREREQUIRES=" SOURCE_DIR="SDL2-$portVersion" +PATCHES="libsdl2-2.0.0.patch" + BUILD() { runConfigure ./configure @@ -60,7 +62,7 @@ INSTALL() libSDL2 \ libSDL2main \ libSDL2_test - + fixPkgconfig packageEntries devel \ diff --git a/media-libs/libsdl2/patches/libsdl-2.0.0.patch b/media-libs/libsdl2/patches/libsdl2-2.0.0.patch similarity index 100% rename from media-libs/libsdl2/patches/libsdl-2.0.0.patch rename to media-libs/libsdl2/patches/libsdl2-2.0.0.patch