mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- prepare MASTER_SITE_GNUSTEP
- Fix build on beast http://beta.freebsd.org/errorlogs/5-full/gnustep-base-1.5.1.log
This commit is contained in:
parent
d3bc0671e7
commit
788a2b63fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71404
@ -8,9 +8,11 @@
|
||||
PORTNAME= gnustep-base
|
||||
PORTVERSION= 1.5.1
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
|
||||
http://archive.progeny.com/gnustep/core/ \
|
||||
ftp://ftp.easynet.nl/mirror/GNUstep/core/
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
|
||||
ftp://ftp.gnustep.org/pub/gnustep/ \
|
||||
http://archive.progeny.com/gnustep/ \
|
||||
ftp://ftp.easynet.nl/mirror/GNUstep/
|
||||
MASTER_SITE_SUBDIR= core
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
|
18
lang/gnustep-base/files/patch-NSObject.m
Normal file
18
lang/gnustep-base/files/patch-NSObject.m
Normal file
@ -0,0 +1,18 @@
|
||||
--- Source/NSObject.m.orig Sun Nov 10 10:29:45 2002
|
||||
+++ Source/NSObject.m Sat Dec 7 08:45:28 2002
|
||||
@@ -779,6 +779,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
+#if defined __i386__
|
||||
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
|
||||
// problems on *BSD)
|
||||
|
||||
@@ -789,6 +790,7 @@
|
||||
cw |= 1; /* Mask 'invalid' exception */
|
||||
__asm__ volatile ("fldcw (%0)" : : "g" (&cw));
|
||||
}
|
||||
+#endif
|
||||
#endif
|
||||
|
||||
GSSetLocaleC(""); // Set up locale from environment.
|
Loading…
Reference in New Issue
Block a user