summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-i69418
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-09 22:17:58 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-09 22:17:58 +0000
commit3edfd616f57e00577e522db77a5e7dda364f31d8 (patch)
treef34cc7fbeb51c021c9fbc0392d39318b483345db /editors/openoffice.org-2.0/files/patch-i69418
parentUpdate to 1.0.6, see changelog for details: (diff)
Fix a build breaker of __FreeBSD_version >= 601103.
Submitted by: many
Notes
Notes: svn path=/head/; revision=172654
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2.0/files/patch-i6941838
1 files changed, 38 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-i69418 b/editors/openoffice.org-2.0/files/patch-i69418
new file mode 100644
index 000000000000..dd23c55e4c9b
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-i69418
@@ -0,0 +1,38 @@
+--- moz/mozilla-source-1.7.5.patch.org Sat Sep 9 18:43:45 2006
++++ moz/mozilla-source-1.7.5.patch Sat Sep 9 18:42:00 2006
+@@ -151,6 +151,17 @@
+ AR_EXTRACT="$AR x"
+ AR_DELETE="$AR d"
+ ***************
++*** 7504,7509 ****
++--- 7504,7511 ----
++ case $target in
++ *-hpux11.*)
++ ;;
+++ *-freebsd*)
+++ ;;
++ *)
++ echo $ac_n "checking for gethostbyname_r in -lc_r""... $ac_c" 1>&6
++ echo "configure:7510: checking for gethostbyname_r in -lc_r" >&5
++***************
+ *** 16606,16613 ****
+
+ case "$host_os" in
+@@ -191,6 +202,17 @@
+ AR_EXTRACT="$AR x"
+ AR_DELETE="$AR d"
+ ***************
++*** 1981,1986 ****
++--- 1981,1988 ----
++ case $target in
++ *-hpux11.*)
++ ;;
+++ *-freebsd*)
+++ ;;
++ *)
++ AC_CHECK_LIB(c_r, gethostbyname_r)
++ ;;
++***************
+ *** 5692,5699 ****
+ dnl ========================================================
+ case "$host_os" in