diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 20:54:52 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-09 20:54:52 +0800 |
commit | aa87086bd673b5b2f42f0670f5b9bc9eb186efc2 (patch) | |
tree | 21b4d3832d236595d9c6f5c271e4287da75b3917 /graphics | |
parent | 4c6fb438f37baf0fa5735d822b892d4d2b4a2c87 (diff) | |
download | freebsd-ports-gnome-aa87086bd673b5b2f42f0670f5b9bc9eb186efc2.tar.gz freebsd-ports-gnome-aa87086bd673b5b2f42f0670f5b9bc9eb186efc2.tar.zst freebsd-ports-gnome-aa87086bd673b5b2f42f0670f5b9bc9eb186efc2.zip |
- fix build with gnustep 1.24.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/preview/files/patch-Document.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/preview/files/patch-Document.m b/graphics/preview/files/patch-Document.m new file mode 100644 index 000000000000..1addc9efc342 --- /dev/null +++ b/graphics/preview/files/patch-Document.m @@ -0,0 +1,10 @@ +--- Document.m.orig 2005-06-28 10:25:25.000000000 +0200 ++++ Document.m 2012-06-09 11:09:51.000000000 +0200 +@@ -35,6 +35,7 @@ + + #include <Foundation/NSNotification.h> + ++#include <AppKit/AppKit.h> + #include <AppKit/NSApplication.h> + #include <AppKit/NSAffineTransform.h> + #include <AppKit/NSClipView.h> |