diff options
author | Ørjan Malde <red@foxi.me> | 2024-08-09 10:47:20 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-08-09 10:47:20 +0200 |
commit | 72a66e1f354f30a5542fc7537cd8d4a10c93292f (patch) | |
tree | 1ef9779b25d77aeedb71e2f1e6b9bb9cb2cb7001 /patches | |
parent | af4e1ee6aa51084dacdcf242ddf5e6c607ba8ae8 (diff) | |
download | midipix_build-72a66e1f354f30a5542fc7537cd8d4a10c93292f.tar.bz2 midipix_build-72a66e1f354f30a5542fc7537cd8d4a10c93292f.tar.xz |
groups.d/231.native_packages_etc.d/ltris.package: bump to v1.3.2
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/ltris-1.2.2_pre.local.patch | 25 | ||||
-rw-r--r-- | patches/ltris-1.3.2_pre.local.patch | 25 |
2 files changed, 25 insertions, 25 deletions
diff --git a/patches/ltris-1.2.2_pre.local.patch b/patches/ltris-1.2.2_pre.local.patch deleted file mode 100644 index 9d7be779..00000000 --- a/patches/ltris-1.2.2_pre.local.patch +++ /dev/null @@ -1,25 +0,0 @@ -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; } diff --git a/patches/ltris-1.3.2_pre.local.patch b/patches/ltris-1.3.2_pre.local.patch new file mode 100644 index 00000000..21285879 --- /dev/null +++ b/patches/ltris-1.3.2_pre.local.patch @@ -0,0 +1,25 @@ +diff -ru ltris-1.3.2.orig/configure ltris-1.3.2/configure +--- ltris-1.3.2.orig/configure 2024-06-08 11:24:48.000000000 +0200 ++++ ltris-1.3.2/configure 2024-08-09 10:45:55.135090962 +0200 +@@ -7320,8 +7320,8 @@ + if test "$SDL_CONFIG" = "no" ; then + no_sdl=yes + else +- SDL_CFLAGS=`$SDL_CONFIG $sdl_config_args --cflags` +- SDL_LIBS=`$SDL_CONFIG $sdl_config_args --libs` ++ SDL_CFLAGS=`$PKG_CONFIG --cflags sdl` ++ SDL_LIBS=`$PKG_CONFIG --libs sdl` + + sdl_major_version=`$SDL_CONFIG $sdl_config_args --version | \ + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` +@@ -7514,8 +7514,8 @@ + + else + +- CFLAGS="$CFLAGS $($SDL_CONFIG --cflags)" +- LIBS="$LIBS $($SDL_CONFIG --libs)" ++ CFLAGS="$CFLAGS $($PKG_CONFIG --cflags sdl)" ++ LIBS="$LIBS $($PKG_CONFIG --libs sdl)" + + fi + |