* [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/terminal/, gnustep-apps/terminal/files/
@ 2020-09-16 16:46 Bernard Cafarelli
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2020-09-16 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 5a688181a889ff736c177b911ce9f5f0d1cecf94
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 16:46:11 2020 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 16:46:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a688181
gnustep-apps/terminal: fix build with -fno-common
Closes: https://bugs.gentoo.org/742407
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
gnustep-apps/terminal/files/terminal-0.9.9-fno-common.patch | 12 ++++++++++++
gnustep-apps/terminal/terminal-0.9.9.ebuild | 4 +++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnustep-apps/terminal/files/terminal-0.9.9-fno-common.patch b/gnustep-apps/terminal/files/terminal-0.9.9-fno-common.patch
new file mode 100644
index 00000000000..e992c86e5e9
--- /dev/null
+++ b/gnustep-apps/terminal/files/terminal-0.9.9-fno-common.patch
@@ -0,0 +1,12 @@
+diff -Naur Terminal-0.9.9.orig/TerminalWindow.h Terminal-0.9.9/TerminalWindow.h
+--- Terminal-0.9.9.orig/TerminalWindow.h 2016-06-10 19:50:22.000000000 +0200
++++ Terminal-0.9.9/TerminalWindow.h 2020-09-16 18:31:15.680833836 +0200
+@@ -17,7 +17,7 @@
+ #import <AppKit/NSWindowController.h>
+ #import <AppKit/NSTabView.h>
+
+-NSString *TerminalWindowNoMoreActiveWindowsNotification;
++extern NSString *TerminalWindowNoMoreActiveWindowsNotification;
+
+ @interface TerminalWindowController : NSWindowController
+ {
diff --git a/gnustep-apps/terminal/terminal-0.9.9.ebuild b/gnustep-apps/terminal/terminal-0.9.9.ebuild
index 7b5797f6794..25e1576fd5a 100644
--- a/gnustep-apps/terminal/terminal-0.9.9.ebuild
+++ b/gnustep-apps/terminal/terminal-0.9.9.ebuild
@@ -8,10 +8,12 @@ inherit gnustep-2
S=${WORKDIR}/${P/t/T}
DESCRIPTION="A terminal emulator for GNUstep"
-HOMEPAGE="http://www.nongnu.org/terminal/"
+HOMEPAGE="http://www.nongnu.org/gap/terminal/"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc ~x86"
SLOT="0"
IUSE=""
+
+PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-16 16:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 16:46 [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/terminal/, gnustep-apps/terminal/files/ Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox