diff --git a/gnustep-base/gnustep-gui/files/gnustep-gui-0.30.0-nssound.patch b/gnustep-base/gnustep-gui/files/gnustep-gui-0.30.0-nssound.patch new file mode 100644 index 0000000000000..872a12e1169a2 --- /dev/null +++ b/gnustep-base/gnustep-gui/files/gnustep-gui-0.30.0-nssound.patch @@ -0,0 +1,24 @@ +From f10c0eeb1ba5276d32c70a479f77eff54c6bdba5 Mon Sep 17 00:00:00 2001 +From: Sebastian Reitenbach +Date: Thu, 2 Mar 2023 13:19:39 +0100 +Subject: [PATCH] This broke building SimpleAgenda for me: + +In file included from SoundBackend.m:1: +/usr/local/include/AppKit/NSSound.h:57:1: error: unknown type name 'APPKIT_EXPORT_CLASS' +APPKIT_EXPORT_CLASS +--- + Headers/AppKit/NSSound.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/Headers/AppKit/NSSound.h b/Headers/AppKit/NSSound.h +index 4f4438765..c28019f55 100644 +--- a/Headers/AppKit/NSSound.h ++++ b/Headers/AppKit/NSSound.h +@@ -30,6 +30,7 @@ + + #ifndef _GNUstep_H_NSSound + #define _GNUstep_H_NSSound ++#import + + #import + #import diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild similarity index 96% rename from gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild rename to gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild index 8bbccd8f2ea8c..266a0fd9a8f90 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.30.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.30.0-r1.ebuild @@ -27,6 +27,8 @@ DEPEND="${GNUSTEP_CORE_DEPEND} speech? ( app-accessibility/flite )" RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}"/${P}-nssound.patch ) + src_prepare() { gnustep-base_src_prepare