From 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Mon, 21 Aug 2017 13:26:28 +0000 Subject: Update GNUstep core libraries. Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release. --- graphics/cenon/files/patch-DocView.m | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/cenon/files/patch-DocView.m (limited to 'graphics/cenon/files') diff --git a/graphics/cenon/files/patch-DocView.m b/graphics/cenon/files/patch-DocView.m new file mode 100644 index 000000000000..3124c94d9e63 --- /dev/null +++ b/graphics/cenon/files/patch-DocView.m @@ -0,0 +1,13 @@ +--- DocView.m.orig 2017-05-26 08:51:18 UTC ++++ DocView.m +@@ -101,6 +101,10 @@ + - (void)joinSelection:(id)change messages:(BOOL)messages; + @end + ++@interface Dummy ++- (CGFloat)backingScaleFactor; ++@end ++ + NSString *e2PboardType = @"Cenon Graphic List"; + + static NSRect selectionRect = {{0.0, 0.0}, {0.0, 0.0}}; // shared rect for drawing the selection rect in -drawRect: -- cgit v1.2.3