Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / gnustep-gui / patches / patch-Headers_AppKit_NSNibDeclarations.h
blobd7b7d2db777c592c32e8fde3452efc6d6362877a
1 $NetBSD$
3 --- Headers/AppKit/NSNibDeclarations.h.orig 2013-03-23 11:48:31.000000000 +0000
4 +++ Headers/AppKit/NSNibDeclarations.h
5 @@ -32,7 +32,7 @@
6 #define _NSNibDeclarations_H_
7 #import <GNUstepBase/GSVersionMacros.h>
9 -#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
10 +#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) && !defined(__NetBSD__)
11 #define IBOutlet
12 #define IBAction void
13 #endif