diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
commit | e15eb67265e0a539b617852b39f321fc1fc09672 (patch) | |
tree | 5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /x11-toolkits/renaissance | |
parent | Drop maintainership for ports I haven't used for quite a while. (diff) |
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes:
svn path=/head/; revision=212659
Diffstat (limited to 'x11-toolkits/renaissance')
-rw-r--r-- | x11-toolkits/renaissance/files/patch-GSMarkupCoder.m | 10 | ||||
-rw-r--r-- | x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m new file mode 100644 index 000000000000..22b507e6f59a --- /dev/null +++ b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m @@ -0,0 +1,10 @@ +--- Source/Markup/GSMarkupCoder.m.orig 2003-07-15 11:40:54.000000000 +0200 ++++ Source/Markup/GSMarkupCoder.m 2008-05-02 18:18:37.000000000 +0200 +@@ -31,6 +31,7 @@ + # include <Foundation/Foundation.h> + # include "GNUstep.h" + #else ++# include <Foundation/NSString.h> + # include <Foundation/NSArray.h> + # include <Foundation/NSData.h> + #endif diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m b/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m new file mode 100644 index 000000000000..24c47a2c0c18 --- /dev/null +++ b/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m @@ -0,0 +1,10 @@ +--- Source/Markup/GSMarkupTagInstance.m.orig 2003-02-05 03:38:14.000000000 +0100 ++++ Source/Markup/GSMarkupTagInstance.m 2008-05-02 18:18:45.000000000 +0200 +@@ -30,6 +30,7 @@ + # include <Foundation/Foundation.h> + # include "GNUstep.h" + #else ++# include <Foundation/NSString.h> + # include <Foundation/NSArray.h> + # include <Foundation/NSDictionary.h> + #endif |