diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:35:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:35:06 +0000 |
commit | f965f2b7a629ee40146703dfee005c5b22d5abca (patch) | |
tree | db34ca7c42e4870477a6a5529a575752c9c2b7df /testing/thunderbird/jemalloc-libs.patch | |
parent | f6568ddf3abe0dd3e7bb1ef5000bc478d4accbd7 (diff) | |
download | aports-f965f2b7a629ee40146703dfee005c5b22d5abca.tar.bz2 aports-f965f2b7a629ee40146703dfee005c5b22d5abca.tar.xz |
testing/thunderbird: new aport
Mozilla Thunderbird mail/newsgroup client
http://www.mozilla.org/projects/thunderbird/
Diffstat (limited to 'testing/thunderbird/jemalloc-libs.patch')
-rw-r--r-- | testing/thunderbird/jemalloc-libs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/thunderbird/jemalloc-libs.patch b/testing/thunderbird/jemalloc-libs.patch new file mode 100644 index 0000000000..e7968986b6 --- /dev/null +++ b/testing/thunderbird/jemalloc-libs.patch @@ -0,0 +1,11 @@ +--- ./mail/app/Makefile.in.orig ++++ ./mail/app/Makefile.in +@@ -172,8 +172,6 @@ + RCFLAGS += -DTHUNDERBIRD_ICO=\"$(DIST)/branding/thunderbird.ico\" + endif + +-LIBS += $(JEMALLOC_LIBS) +- + include $(topsrcdir)/config/rules.mk + + ifdef MOZILLA_OFFICIAL |