summaryrefslogtreecommitdiff
path: root/graphics/preview/files
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-08-28 18:26:01 +0000
commit3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (patch)
treeab5064afd823ae17563635026226e53774a6614d /graphics/preview/files
parentUpdate devel/monodevelop to 4.0.12 and unbreak build. (diff)
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
Notes
Notes: svn path=/head/; revision=325546
Diffstat (limited to 'graphics/preview/files')
-rw-r--r--graphics/preview/files/patch-Document.m9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/preview/files/patch-Document.m b/graphics/preview/files/patch-Document.m
index 1addc9efc342..01dc80174875 100644
--- a/graphics/preview/files/patch-Document.m
+++ b/graphics/preview/files/patch-Document.m
@@ -8,3 +8,12 @@
#include <AppKit/NSApplication.h>
#include <AppKit/NSAffineTransform.h>
#include <AppKit/NSClipView.h>
+@@ -592,7 +592,7 @@
+ {
+ SEL action = [menuItem action];
+
+- if ( sel_eq(action,@selector(resize:)) )
++ if ( sel_isEqual(action,@selector(resize:)) )
+ {
+ if ( [menuItem tag] == [self _currentItem] )
+ return NO;