freebsd-ports/editors/openoffice-3-devel/files/patch-i69418
Maho Nakata 8b8350be18 Update to SRC680_m183.
Fix build breakage of __FreeBSD_version >= 601103
Reported by:	many
2006-09-10 02:33:28 +00:00

38 lines
905 B
Text

--- 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