Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/preview/files: preview-0.8.5-compilation-errors.patch
Date: Fri, 20 Aug 2010 14:30:24
Message-Id: 20100820143020.4190F2004E@flycatcher.gentoo.org
1 voyageur 10/08/20 14:30:20
2
3 Added: preview-0.8.5-compilation-errors.patch
4 Log:
5 Fix compilation, bug #331435
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/preview/files/preview-0.8.5-compilation-errors.patch?rev=1.1&content-type=text/plain
13
14 Index: preview-0.8.5-compilation-errors.patch
15 ===================================================================
16 2010-05-18 Federico Gimenez Nieto <fgimenez@××××.es>
17
18 * Document.m: Import <AppKit/AppKit.h>.
19
20 Index: preview.app-0.8.5/Document.m
21 ===================================================================
22 --- preview.app-0.8.5.orig/Document.m 2010-05-18 19:18:11.000000000 +0200
23 +++ preview.app-0.8.5/Document.m 2010-05-18 19:18:23.000000000 +0200
24 @@ -35,20 +35,7 @@
25
26 #include <Foundation/NSNotification.h>
27
28 -#include <AppKit/NSApplication.h>
29 -#include <AppKit/NSAffineTransform.h>
30 -#include <AppKit/NSClipView.h>
31 -#include <AppKit/NSCursor.h>
32 -#include <AppKit/NSImage.h>
33 -#include <AppKit/NSImageView.h>
34 -#include <AppKit/NSMatrix.h>
35 -#include <AppKit/NSPasteboard.h>
36 -#include <AppKit/NSPopUpButton.h>
37 -#include <AppKit/NSScreen.h>
38 -#include <AppKit/NSScrollView.h>
39 -#include <AppKit/NSWindow.h>
40 -#include <AppKit/NSWindowController.h>
41 -#include <AppKit/NSScroller.h>
42 +#include <AppKit/AppKit.h>
43
44 /*********************************************************************/
45 /**************** NSDocument Private methods *************************/