Sync with www/mozilla.
This commit is contained in:
parent
f5a2155a7f
commit
0410c90e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45502
@ -3,4 +3,4 @@
|
||||
# $FreeBSD$
|
||||
|
||||
cd @PREFIX@/lib/mozilla
|
||||
exec ./mozilla $*
|
||||
exec ./mozilla "$@"
|
||||
|
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- directory/c-sdk/ldap/include/portable.h 2001/07/17 16:08:33 1.1
|
||||
+++ directory/c-sdk/ldap/include/portable.h 2001/07/17 16:10:15
|
||||
@@ -249,7 +249,7 @@
|
||||
defined(NCR) || defined(OSF1) || defined(NEC) || defined(VMS) || \
|
||||
( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \
|
||||
defined(UnixWare) || defined(LINUX) || defined(NETBSD) || \
|
||||
- (defined(AIX) && !defined(USE_REENTRANT_LIBC))
|
||||
+ defined (FREEBSD) || (defined(AIX) && !defined(USE_REENTRANT_LIBC))
|
||||
#define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
|
||||
#elif defined(AIX)
|
||||
/* Maybe this is for another version of AIX?
|
Loading…
Reference in New Issue
Block a user