diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-05-11 21:47:40 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-05-11 21:47:40 +0800 |
commit | d61a5102988c5cc89e03a885dce7df7492bf4ea9 (patch) | |
tree | 5c5dac38902999953d99713b806b5006675c7c03 /textproc | |
parent | 8134fced047bf5dc98e249589be270709f6d817b (diff) | |
download | freebsd-ports-gnome-d61a5102988c5cc89e03a885dce7df7492bf4ea9.tar.gz freebsd-ports-gnome-d61a5102988c5cc89e03a885dce7df7492bf4ea9.tar.zst freebsd-ports-gnome-d61a5102988c5cc89e03a885dce7df7492bf4ea9.zip |
- fix build for option WITH_GNUSTEP_DEVEL
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/localize/files/patch-StringsEntry.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/localize/files/patch-StringsEntry.m b/textproc/localize/files/patch-StringsEntry.m new file mode 100644 index 000000000000..b717357e621c --- /dev/null +++ b/textproc/localize/files/patch-StringsEntry.m @@ -0,0 +1,10 @@ +--- StringsEntry.m.orig 2004-04-20 17:06:56.000000000 +0200 ++++ StringsEntry.m 2008-05-03 09:31:51.000000000 +0200 +@@ -20,6 +20,7 @@ + + #include <Foundation/NSObject.h> + #include <Foundation/NSArray.h> ++#include <Foundation/NSString.h> + + #include "StringsEntry.h" + |