From 469be1ca1ee96751b7c8e9acbcc3788b3ad7d950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Tue, 12 Jan 2021 17:40:38 +0100 Subject: groups/231.native_packages_etc.group: adds ltris v1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/ltris-1.2.2_pre.local.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 patches/ltris-1.2.2_pre.local.patch (limited to 'patches') diff --git a/patches/ltris-1.2.2_pre.local.patch b/patches/ltris-1.2.2_pre.local.patch new file mode 100644 index 00000000..9d7be779 --- /dev/null +++ b/patches/ltris-1.2.2_pre.local.patch @@ -0,0 +1,25 @@ +diff -ru ltris-1.2.2.orig/configure ltris-1.2.2/configure +--- ltris-1.2.2.orig/configure 2020-12-28 12:58:30.000000000 +0100 ++++ ltris-1.2.2/configure 2021-01-12 16:47:35.063828462 +0100 +@@ -9089,8 +9089,8 @@ + if test "$SDL_CONFIG" = "no" ; then + no_sdl=yes + else +- SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` +- SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` ++ SDL_CFLAGS=`$PKG_CONFIG --cflags sdl` ++ SDL_LIBS=`$PKG_CONFIG --libs sdl` + + sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` +@@ -9249,8 +9249,8 @@ + + rm -f conf.sdltest + +-CFLAGS="$CFLAGS $(sdl-config --cflags)" +-LIBS="$LIBS $(sdl-config --libs)" ++CFLAGS="$CFLAGS $(PKG_CONFIG --cflags sdl)" ++LIBS="$LIBS $(PKG_CONFIG --libs sdl)" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lSDL_mixer" >&5 + $as_echo_n "checking for main in -lSDL_mixer... " >&6; } -- cgit v1.2.3