summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-configure.in
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-12-22 07:17:59 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-12-22 07:17:59 +0000
commit9bff2d2e5e425e9b840fcd26df9acdad968055c2 (patch)
tree9ff05ea2d0d2b37adac880c6c7379202067705af /mail/thunderbird-esr/files/patch-configure.in
parentUpdate to 3.11.0 (diff)
- Update Thunderbird to 9.0
Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
Notes
Notes: svn path=/head/; revision=287840
Diffstat (limited to 'mail/thunderbird-esr/files/patch-configure.in')
-rw-r--r--mail/thunderbird-esr/files/patch-configure.in33
1 files changed, 12 insertions, 21 deletions
diff --git a/mail/thunderbird-esr/files/patch-configure.in b/mail/thunderbird-esr/files/patch-configure.in
index 56c07e868572..4e91d33a273a 100644
--- a/mail/thunderbird-esr/files/patch-configure.in
+++ b/mail/thunderbird-esr/files/patch-configure.in
@@ -1,6 +1,6 @@
---- configure.in.orig 2011-07-15 07:42:33.000000000 +0200
-+++ configure.in 2011-07-22 13:43:44.000000000 +0200
-@@ -1438,7 +1438,7 @@
+--- configure.in.orig 2011-12-19 14:48:06.000000000 +0100
++++ configure.in 2011-12-19 15:51:19.000000000 +0100
+@@ -1410,7 +1410,7 @@
CPU_ARCH=sparc
;;
@@ -9,7 +9,7 @@
CPU_ARCH="$OS_TEST"
;;
-@@ -1458,7 +1458,7 @@
+@@ -1430,7 +1430,7 @@
dnl ===============================================================
INTEL_ARCHITECTURE=
case "$OS_TEST" in
@@ -18,7 +18,7 @@
INTEL_ARCHITECTURE=1
esac
-@@ -1781,7 +1781,7 @@
+@@ -1753,7 +1753,7 @@
esac
case "${host_cpu}" in
@@ -27,7 +27,7 @@
HOST_CFLAGS="$HOST_CFLAGS -D_AMD64_"
;;
esac
-@@ -2437,6 +2437,9 @@
+@@ -2415,6 +2415,9 @@
x86_64-*)
AC_DEFINE(_AMD64_)
;;
@@ -37,7 +37,7 @@
*)
AC_DEFINE(_CPU_ARCH_NOT_DEFINED)
;;
-@@ -2508,7 +2511,7 @@
+@@ -2486,7 +2489,7 @@
else
DLL_SUFFIX=".so.1.0"
fi
@@ -46,7 +46,7 @@
DSO_CFLAGS=''
DSO_PIC_CFLAGS='-fPIC'
DSO_LDOPTS='-shared -fPIC'
-@@ -3326,11 +3329,11 @@
+@@ -3304,11 +3307,11 @@
;;
*)
MOZ_CHECK_PTHREADS(pthreads,
@@ -61,7 +61,7 @@
MOZ_CHECK_PTHREADS(c,
USE_PTHREADS=1
)
-@@ -3405,18 +3408,18 @@
+@@ -3383,18 +3386,18 @@
*-*-freebsd*)
AC_DEFINE(_REENTRANT)
AC_DEFINE(_THREAD_SAFE)
@@ -83,7 +83,7 @@
if test "$ac_cv_have_dash_pthread" = "yes"; then
_PTHREAD_LDFLAGS="-pthread"
fi
-@@ -3591,7 +3594,7 @@
+@@ -3569,7 +3572,7 @@
ac_cv_func_iconv,
[AC_TRY_LINK([
#include <stdlib.h>
@@ -92,7 +92,7 @@
],
[
iconv_t h = iconv_open("", "");
-@@ -3612,7 +3615,7 @@
+@@ -3590,7 +3593,7 @@
ac_cv_func_const_iconv,
[AC_TRY_COMPILE([
#include <stdlib.h>
@@ -101,7 +101,7 @@
],
[
const char *input = "testing";
-@@ -4409,7 +4412,7 @@
+@@ -4383,7 +4386,7 @@
LDFLAGS=$_SAVE_LDFLAGS
LIBS=$_SAVE_LIBS
@@ -110,12 +110,3 @@
ZLIB_CFLAGS="-I${ZLIB_DIR}/include"
ZLIB_LIBS="-L${ZLIB_DIR}/lib ${ZLIB_LIBS}"
fi
-@@ -5966,7 +5969,7 @@
- i*86)
- MOZ_CRT_CPU_ARCH=intel
- ;;
-- x86_64)
-+ amd64 | x86_64)
- MOZ_CRT_CPU_ARCH=amd64
- ;;
- *)