summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-i69418
diff options
context:
space:
mode:
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