diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-05-24 04:51:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-05-24 04:51:27 +0800 |
commit | 5dd76f2fccd6f98568fdec08566c786a114ddf37 (patch) | |
tree | b517ced326dcf66b1e3c13f5b6aaf41add629d91 /games/gmastermind | |
parent | 211a882e5b7eb8f967d8e1ecec4d37339f9a71d0 (diff) | |
download | freebsd-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 'games/gmastermind')
-rw-r--r-- | games/gmastermind/files/patch-Controller.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gmastermind/files/patch-Controller.h b/games/gmastermind/files/patch-Controller.h new file mode 100644 index 000000000000..1899dabbc468 --- /dev/null +++ b/games/gmastermind/files/patch-Controller.h @@ -0,0 +1,10 @@ +--- Controller.h.orig 2005-02-08 12:21:42.000000000 +0100 ++++ Controller.h 2010-05-23 07:14:06.000000000 +0200 +@@ -37,6 +37,7 @@ + #include <AppKit/NSFont.h> + #include <AppKit/NSWindow.h> + #include <AppKit/NSMenu.h> ++#include <AppKit/NSPanel.h> + + typedef enum { + MENU_NEW_WITH_REP = 500, |