mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix objc API, so only one libobjc is linked in.
This commit is contained in:
parent
370546a6bb
commit
3820473d2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272791
2 changed files with 14 additions and 0 deletions
13
www/webserver/files/patch-WebServer.m
Normal file
13
www/webserver/files/patch-WebServer.m
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- WebServer.m.orig 2011-04-01 06:15:13.000000000 +0200
|
||||
+++ WebServer.m 2011-04-16 11:24:04.000000000 +0200
|
||||
@@ -46,6 +46,10 @@
|
||||
|
||||
#define Alloc(X) [(X) allocWithZone: defaultMallocZone]
|
||||
|
||||
+#if (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4)
|
||||
+#define object_getClass(object) (object->class_pointer)
|
||||
+#endif
|
||||
+
|
||||
@implementation WebServer
|
||||
|
||||
+ (void) initialize
|
|
@ -5,6 +5,7 @@ GNUstep/Local/Library/Documentation/WebServer/WebServerBundles.gsdoc
|
|||
GNUstep/Local/Library/Documentation/WebServer/WebServerBundles.html
|
||||
GNUstep/Local/Library/Documentation/WebServer/WebServerHTML.gsdoc
|
||||
GNUstep/Local/Library/Documentation/WebServer/WebServerHTML.html
|
||||
%%GNUSTEP_DEVEL%%GNUstep/Local/Library/Documentation/WebServer/OrderedSymbolDeclarations.plist
|
||||
GNUstep/Local/Library/Documentation/WebServer/dependencies
|
||||
GNUstep/Local/Library/Headers/WebServer/WebServer.h
|
||||
GNUstep/Local/Library/Headers/WebServer/WebServerBundles.h
|
||||
|
|
Loading…
Add table
Reference in a new issue