commit:     40481ec6389e57b3ffc87472430b548e88f49d15
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 21:40:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 11 21:40:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40481ec6

media-sound/fluidsynth: fix typo in CMake check

Closes: https://bugs.gentoo.org/906150
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch 
b/media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch
index ce9cf7ffc896..ae53ad240979 100644
--- a/media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch
+++ b/media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch
@@ -13,7 +13,7 @@ Signed-off-by: Brahmajit Das <brahmajit....@gmail.com>
  include ( CheckSymbolExists )
  include ( CheckTypeSize )
  check_include_file ( string.h HAVE_STRING_H )
-+check_include_file ( string.h HAVE_STRINGS_H )
++check_include_file ( strings.h HAVE_STRINGS_H )
  check_include_file ( stdlib.h HAVE_STDLIB_H )
  check_include_file ( stdio.h HAVE_STDIO_H )
  check_include_file ( math.h HAVE_MATH_H )

Reply via email to