summaryrefslogtreecommitdiffhomepage
path: root/patches/ltris-1.3.2_pre.local.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ltris-1.3.2_pre.local.patch')
-rw-r--r--patches/ltris-1.3.2_pre.local.patch25
1 files changed, 25 insertions, 0 deletions
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
+