diff --git a/package/sdl_mixer/0002-configure__set_macro_directory.patch b/package/sdl_mixer/0002-configure__set_macro_directory.patch index 9802333a1d..cad9baa9c3 100644 --- a/package/sdl_mixer/0002-configure__set_macro_directory.patch +++ b/package/sdl_mixer/0002-configure__set_macro_directory.patch @@ -20,13 +20,15 @@ Fixes: libtool: and run autoconf again. Signed-off-by: Yann E. MORIN +[Dario: make the patch to be applied with fuzz factor 0] +Signed-off-by: Dario Binacchi diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac -@@ -1,6 +1,7 @@ - dnl Process this file with autoconf to produce a configure script. - AC_INIT(README) +@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script. + AC_INIT + AC_CONFIG_SRCDIR([mixer.c]) AC_CONFIG_AUX_DIR(build-scripts) +AC_CONFIG_MACRO_DIR([acinclude])