Skip to content

Commit d285e9e

Browse files
passgatarnout
authored andcommitted
package/sdl_mixer: update the patches to be applied with fuzz 0
Commit 8f88a64 ("support/scripts/apply-patches.sh: set the maximum fuzz factor to 0") reduced the fuzz factor. Due to this change, sdl_mixer fails to build with output: Applying 0002-configure__set_macro_directory.patch using patch: patching file configure.ac Hunk #1 FAILED at 2. 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej This commit refreshes the package patch on the current package version. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
1 parent 328721a commit d285e9e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

package/sdl_mixer/0002-configure__set_macro_directory.patch

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ Fixes:
2020
libtool: and run autoconf again.
2121

2222
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
23+
[Dario: make the patch to be applied with fuzz factor 0]
24+
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
2325

2426
diff --git a/configure.ac b/configure.ac
2527
--- a/configure.ac
2628
+++ b/configure.ac
27-
@@ -1,6 +1,7 @@
28-
dnl Process this file with autoconf to produce a configure script.
29-
AC_INIT(README)
29+
@@ -2,6 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
30+
AC_INIT
31+
AC_CONFIG_SRCDIR([mixer.c])
3032
AC_CONFIG_AUX_DIR(build-scripts)
3133
+AC_CONFIG_MACRO_DIR([acinclude])
3234

0 commit comments

Comments
 (0)