summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-28 01:14:52 +0000
commit68e3c7d8e1336ebc30ea81f1604d4615efed5aee (patch)
tree49791b022cb415ec439de7592217e20ea487db02 /mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk
parent[PATCH] ports/emulators/fmsx is outdated, update supplied (diff)
* Update to 0.5
* Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
Notes
Notes: svn path=/head/; revision=102336
Diffstat (limited to 'mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk')
-rw-r--r--mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk b/mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk
new file mode 100644
index 000000000000..4f6bccff7cec
--- /dev/null
+++ b/mail/thunderbird-esr/files/patch-security-coreconf-FreeBSD.mk
@@ -0,0 +1,12 @@
+--- security/coreconf/FreeBSD.mk Thu Oct 16 23:03:47 2003
++++ security/coreconf/FreeBSD.mk Thu Oct 16 22:53:11 2003
+@@ -44,5 +44,9 @@
+ CPU_ARCH = alpha
+ else
++ifeq ($(OS_TEST),amd64)
++CPU_ARCH = amd64
++else
+ CPU_ARCH = x86
++endif
+ endif
+