From 40481ec6389e57b3ffc87472430b548e88f49d15 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 May 2023 22:40:41 +0100 Subject: media-sound/fluidsynth: fix typo in CMake check Closes: https://bugs.gentoo.org/906150 Signed-off-by: Sam James --- media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-sound') 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 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 ) -- cgit v1.2.3-65-gdbad