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 /net/tryst | |
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 'net/tryst')
-rw-r--r-- | net/tryst/files/patch-NSNetServices.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/tryst/files/patch-NSNetServices.m b/net/tryst/files/patch-NSNetServices.m new file mode 100644 index 000000000000..f933bea8c31b --- /dev/null +++ b/net/tryst/files/patch-NSNetServices.m @@ -0,0 +1,10 @@ +--- Source/NSNetServices.m.orig 2007-01-23 09:56:58.000000000 +0100 ++++ Source/NSNetServices.m 2008-05-03 09:52:00.000000000 +0200 +@@ -23,6 +23,7 @@ + #if defined( VERBOSE ) + # import <Foundation/NSDebug.h> + #endif /* VERBOSE */ ++#import <Foundation/NSDictionary.h> + #if defined( _REENTRANT ) + # import <Foundation/NSLock.h> + #endif /* _REENTRANT */ |