File: gcc-10.patch

package info (click to toggle)
terminal.app 0.9.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 708 kB
  • sloc: objc: 6,715; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix FTBFS with GCC 10.
Author: Yavor Doganov <yavor@gnu.org>
Bug-Debian: https://bugs.debian.org/957869
Forwarded: https://savannah.nongnu.org/bugs/?58583
Last-Update: 2020-06-16
---


--- terminal.app.orig/TerminalWindow.h
+++ terminal.app/TerminalWindow.h
@@ -17,7 +17,7 @@
 #import <AppKit/NSWindowController.h>
 #import <AppKit/NSTabView.h>
 
-NSString *TerminalWindowNoMoreActiveWindowsNotification;
+extern NSString *TerminalWindowNoMoreActiveWindowsNotification;
 
 @interface TerminalWindowController : NSWindowController
 {