1 From 2d6dd1c286eb57fbf968510318cafc94888b98de Mon Sep 17 00:00:00 2001
2 From: OPNA2608 <christoph.neidahl@gmail.com>
3 Date: Sun, 13 Jun 2021 21:56:03 +0200
4 Subject: [PATCH] Darwin build fix
7 gspell/Makefile.am | 7 +++++++
8 1 file changed, 7 insertions(+)
10 diff --git a/gspell/Makefile.am b/gspell/Makefile.am
11 index 69ee421..7c58973 100644
12 --- a/gspell/Makefile.am
13 +++ b/gspell/Makefile.am
14 @@ -95,6 +95,7 @@ nodist_libgspell_core_la_SOURCES = \
17 libgspell_core_la_LIBADD = \
21 libgspell_core_la_CFLAGS = \
22 @@ -161,6 +162,12 @@ gspell_private_headers += \
23 gspell_private_c_files += \
26 +libgspell_core_la_CFLAGS += \
29 +libgspell_core_la_LDFLAGS += \