From 9e4c4be7557abebd93d5691f3cdc9b1fe090d019 Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 23 Jul 2009 07:46:43 +0000 Subject: Add amd64 as recognized platform. As secondary consequence, enigmail will correctly build on amd64. Approved by: silence on gecko@ and gnome@ Tested by: Paul Dokas , Lapo Luchini --- mail/thunderbird/Makefile | 1 + mail/thunderbird/files/patch-configure | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) (limited to 'mail/thunderbird') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index ab0e9d635129..1ac984315484 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -8,6 +8,7 @@ PORTNAME= thunderbird DISTVERSION= 2.0.0.22 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= thunderbird/releases/${DISTVERSION}/source diff --git a/mail/thunderbird/files/patch-configure b/mail/thunderbird/files/patch-configure index f38bd5ee88b5..6e0564d4bb0d 100644 --- a/mail/thunderbird/files/patch-configure +++ b/mail/thunderbird/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig 2007-07-30 02:45:45.000000000 -0400 -+++ configure 2007-07-30 02:46:26.000000000 -0400 -@@ -20025,7 +20025,7 @@ MOZILLA_1_8_BRANCH=1 +--- configure.orig 2008-10-19 18:21:23.000000000 +0200 ++++ configure 2009-07-23 09:44:48.000000000 +0200 +@@ -5408,7 +5408,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | sparc | ppc | ia64) ++amd64 | x86_64 | sparc | ppc | ia64) + CPU_ARCH="$OS_TEST" + ;; + esac +@@ -20065,7 +20065,7 @@ LIBS_PATH= for lib_arg in $NSPR_LIBS $TK_LIBS; do case $lib_arg in -- cgit