Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / gspell / 0001-Darwin-build-fix.patch
blob6200dca189f8f9769a4ad7736f868f478d1968b8
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
6 ---
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 @@ -161,6 +162,12 @@ gspell_private_headers += \
15 gspell_private_c_files += \
16 gspell-osx.c
18 +libgspell_core_la_CFLAGS += \
19 + -xobjective-c
21 +libgspell_core_la_LDFLAGS += \
22 + -framework Cocoa
24 endif # OS_OSX
26 if HAVE_INTROSPECTION
27 --
28 2.29.3