aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-05-24 04:51:27 +0800
committerdinoex <dinoex@FreeBSD.org>2010-05-24 04:51:27 +0800
commit5dd76f2fccd6f98568fdec08566c786a114ddf37 (patch)
treeb517ced326dcf66b1e3c13f5b6aaf41add629d91 /editors
parent211a882e5b7eb8f967d8e1ecec4d37339f9a71d0 (diff)
downloadfreebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.gz
freebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.zst
freebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.zip
- fix build for gnustep-base 1.21.0
Diffstat (limited to 'editors')
-rw-r--r--editors/textedit.app/files/patch-ScalingScrollView.m12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/textedit.app/files/patch-ScalingScrollView.m b/editors/textedit.app/files/patch-ScalingScrollView.m
new file mode 100644
index 000000000000..8c68c59e4573
--- /dev/null
+++ b/editors/textedit.app/files/patch-ScalingScrollView.m
@@ -0,0 +1,12 @@
+--- ScalingScrollView.m.orig 2003-10-28 20:28:47.000000000 +0100
++++ ScalingScrollView.m 2010-05-22 12:31:35.000000000 +0200
+@@ -11,7 +11,9 @@
+
+ #import "ScalingScrollView.h"
+
++#import <Foundation/NSBundle.h>
+ #import <Foundation/NSGeometry.h>
++#import <Foundation/NSValue.h>
+ #import <AppKit/NSPopUpButton.h>
+ #import <AppKit/NSScroller.h>
+ #import <AppKit/NSButtonCell.h>