SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
x11/gnustep/terminal/patches/patch-TerminalWindow_h
Normal file
14
x11/gnustep/terminal/patches/patch-TerminalWindow_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
Fix build with -fno-common
|
||||
|
||||
Index: TerminalWindow.h
|
||||
--- TerminalWindow.h.orig
|
||||
+++ TerminalWindow.h
|
||||
@@ -17,7 +17,7 @@
|
||||
#import <AppKit/NSWindowController.h>
|
||||
#import <AppKit/NSTabView.h>
|
||||
|
||||
-NSString *TerminalWindowNoMoreActiveWindowsNotification;
|
||||
+extern NSString *TerminalWindowNoMoreActiveWindowsNotification;
|
||||
|
||||
@interface TerminalWindowController : NSWindowController
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue