diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-07-23 07:46:43 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-07-23 07:46:43 +0000 |
commit | 7688ca3ba6a714da8397c23d85ee8caceb8908d8 (patch) | |
tree | 12cd9fa55cde820ea3835cc2cf75635a23e90ffc /mail/thunderbird3 | |
parent | 7852fd7d800968970092be0b37a621c15bd894b8 (diff) | |
download | ports-7688ca3ba6a714da8397c23d85ee8caceb8908d8.tar.gz ports-7688ca3ba6a714da8397c23d85ee8caceb8908d8.zip |
Notes
Diffstat (limited to 'mail/thunderbird3')
-rw-r--r-- | mail/thunderbird3/Makefile | 1 | ||||
-rw-r--r-- | mail/thunderbird3/files/patch-configure | 15 |
2 files changed, 13 insertions, 3 deletions
diff --git a/mail/thunderbird3/Makefile b/mail/thunderbird3/Makefile index ab0e9d635129..1ac984315484 100644 --- a/mail/thunderbird3/Makefile +++ b/mail/thunderbird3/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/thunderbird3/files/patch-configure b/mail/thunderbird3/files/patch-configure index f38bd5ee88b5..6e0564d4bb0d 100644 --- a/mail/thunderbird3/files/patch-configure +++ b/mail/thunderbird3/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 |