diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i69418')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i69418 | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i69418 b/editors/openoffice-3-devel/files/patch-i69418 deleted file mode 100644 index dd23c55e4c9b..000000000000 --- a/editors/openoffice-3-devel/files/patch-i69418 +++ /dev/null @@ -1,38 +0,0 @@ ---- 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 |