mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
patches by Sebastian Reitenbach
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@33339 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
99df9418ef
commit
54961b0222
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-06-18 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
* Source/NSObject.m: fix for clang
|
||||
* SSL/GNUmakefile: don't link libobjc ... depend on gnustep-make
|
||||
|
||||
2011-06-17 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSXMLParser.m: Fix problem parsing space at end of attributes.
|
||||
|
|
|
@ -73,7 +73,7 @@ SSL_OBJC_FILES = GSSSLHandle.m
|
|||
# The principal class in the bundle
|
||||
SSL_PRINCIPAL_CLASS = GSSSLHandle
|
||||
|
||||
SSL_BUNDLE_LIBS = $(SSLLIBS) -lgnustep-base -lobjc
|
||||
SSL_BUNDLE_LIBS = $(SSLLIBS) -lgnustep-base
|
||||
|
||||
SSL_NEEDS_GUI = NO
|
||||
|
||||
|
|
|
@ -964,7 +964,7 @@ objc_create_block_classes_as_subclasses_of(Class super);
|
|||
finalize_sel = @selector(finalize);
|
||||
finalize_imp = class_getMethodImplementation(self, finalize_sel);
|
||||
|
||||
#if (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
||||
#if defined(__FreeBSD__) && defined(__i386__)
|
||||
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
|
||||
// problems on *BSD)
|
||||
// Note this only works on x86
|
||||
|
|
Loading…
Reference in a new issue