diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:37:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 08:37:17 +0000 |
commit | 759f3e9ac2089b493814131f0bf9ac1f4b26667c (patch) | |
tree | 51da22d34ba6f05eecae351e9f904cf7b274b7a9 /moz | |
parent | fc42a5a9c60865dd892c6e1bcb8f291e35cb8264 (diff) |
INTEGRATION: CWS freebsd07 (1.10.6); FILE MERGED
2006/07/08 02:49:39 maho 1.10.6.1: #i67138#
Build fix for FreeBSD 7-CURRENT
Diffstat (limited to 'moz')
-rw-r--r-- | moz/mozilla-source-1.7.5.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/moz/mozilla-source-1.7.5.patch b/moz/mozilla-source-1.7.5.patch index 67ea6e302a2c..1c832510a6f5 100644 --- a/moz/mozilla-source-1.7.5.patch +++ b/moz/mozilla-source-1.7.5.patch @@ -7697,3 +7697,15 @@ # Force applications to be built non-statically # when building the mozcomps meta component +--- misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Thu Sep 2 08:44:37 2004 ++++ misc/build/mozilla/nsprpub/pr/src/misc/prnetdb.c Wed Jun 21 23:58:12 2006 +@@ -105,7 +105,8 @@ + #define _PR_HAVE_GETPROTO_R_INT + #endif + +-#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) ++#if (defined(LINUX) && defined(__GLIBC__) && __GLIBC__ >= 2) || \ ++ (defined(__FreeBSD__) && __FreeBSD_version > 700016) + #define _PR_HAVE_GETPROTO_R + #define _PR_HAVE_5_ARG_GETPROTO_R + #endif |