summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-11 22:40:41 +0100
committerSam James <sam@gentoo.org>2023-05-11 22:40:41 +0100
commit40481ec6389e57b3ffc87472430b548e88f49d15 (patch)
tree02161088598546f55bdfa2603d039825ace345e7 /media-sound
parentmedia-sound/fluidsynth: Fix implicit declaration of function strcasecmp (diff)
downloadgentoo-40481ec6389e57b3ffc87472430b548e88f49d15.tar.gz
gentoo-40481ec6389e57b3ffc87472430b548e88f49d15.tar.bz2
gentoo-40481ec6389e57b3ffc87472430b548e88f49d15.zip
media-sound/fluidsynth: fix typo in CMake check
Closes: https://bugs.gentoo.org/906150 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch2
1 files changed, 1 insertions, 1 deletions
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.xyz@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 )