aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-07-06 08:38:48 +0800
committermaho <maho@FreeBSD.org>2006-07-06 08:38:48 +0800
commitc6fb8886e2e1a11ceece9ca31b97c158aec48253 (patch)
treefcb39ce4041b5302536cd9bf9d43ab8239a07b7f /editors/openoffice.org-3-RC
parent509328bc6eecab9f8accedb7baec19c2bcc91426 (diff)
downloadfreebsd-ports-gnome-c6fb8886e2e1a11ceece9ca31b97c158aec48253.tar.gz
freebsd-ports-gnome-c6fb8886e2e1a11ceece9ca31b97c158aec48253.tar.zst
freebsd-ports-gnome-c6fb8886e2e1a11ceece9ca31b97c158aec48253.zip
Build fix for 7-current.
NAKAJI-san kindly signed to JCA for upstream, so we accept the patch. Please refer policy section of http://porting.openoffice.org/freebsd . PR: 99284 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i6551218
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i65512 b/editors/openoffice.org-3-RC/files/patch-i65512
index 9f7b63af1ca1..b37f2e47fa2d 100644
--- a/editors/openoffice.org-3-RC/files/patch-i65512
+++ b/editors/openoffice.org-3-RC/files/patch-i65512
@@ -41,3 +41,21 @@
#endif
#endif /* __OSL_SYSTEM_H__ */
+--- moz/mozilla-source-1.7.5.patch.orig Wed Jun 21 23:50:14 2006
++++ moz/mozilla-source-1.7.5.patch Thu Jun 22 00:00:08 2006
+@@ -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