diff --git a/dependencies/libsdl2-gfx/libsdl2-gfx/acinclude2m4.patch b/dependencies/libsdl2-gfx/libsdl2-gfx/acinclude2m4.patch index 2590dc8..1e6cda5 100644 --- a/dependencies/libsdl2-gfx/libsdl2-gfx/acinclude2m4.patch +++ b/dependencies/libsdl2-gfx/libsdl2-gfx/acinclude2m4.patch @@ -1,22 +1,11 @@ -diff -Nurd SDL2_gfx-1.0.1/autogen.sh SDL2_gfx-1.0.1/autogen.sh ---- SDL2_gfx-1.0.1/autogen.sh 2012-09-05 04:51:19.000000000 +0300 -+++ SDL2_gfx-1.0.1/autogen.sh 2016-09-18 18:21:14.113749811 +0300 -@@ -1,6 +1,6 @@ - #!/bin/sh - # --aclocal -I acinclude -+aclocal -I m4 - automake --foreign --include-deps --add-missing --copy - autoconf - -diff -Nurd SDL2_gfx-1.0.1/configure.in SDL2_gfx-1.0.1/configure.in ---- SDL2_gfx-1.0.1/configure.in 2014-06-19 09:11:23.000000000 +0300 -+++ SDL2_gfx-1.0.1/configure.in 2016-09-18 18:21:59.205661379 +0300 +diff -Nurd SDL2_gfx-1.0.4/configure.in SDL2_gfx-1.0.4/configure.in +--- SDL2_gfx-1.0.4/configure.in 2024-05-30 03:24:19.046203935 +0300 ++++ SDL2_gfx-1.0.4/configure.in 2024-05-30 03:25:04.462372638 +0300 @@ -44,6 +44,8 @@ dnl Setup for automake AM_INIT_AUTOMAKE(SDL2_gfx, $VERSION) -+AC_CONFIG_MACRO_DIRS([m4]) ++AC_CONFIG_MACRO_DIRS([acinclude]) + dnl Check for tools AC_PROG_LIBTOOL diff --git a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb index a6d7752..76d0fcf 100644 --- a/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb +++ b/dependencies/libsdl2-gfx/libsdl2-gfx_1.0.4.bb @@ -27,7 +27,3 @@ EXTRA_OECONF += "--disable-mmx" EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "m32", "--enable-mmx", "", d)}" EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "m64", "--enable-mmx", "", d)}" EXTRA_OECONF += "${@bb.utils.contains("AVAILTUNES", "powerpc", "--disable-mmx", "", d)}" - -do_unpack:append() { - os.rename("SDL2_gfx-1.0.4/acinclude", "SDL2_gfx-1.0.4/m4") -}