summaryrefslogtreecommitdiff
path: root/mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-08-03 20:55:29 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-08-03 20:55:29 +0000
commit5dd0796d286a6dc4a6959924fcc131477872187c (patch)
tree60e2c47be79a46ffe85e7a236d9adda348e134d2 /mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in
parent- Remove deskutils/lightning-xpi: Depends on obsolete Thunderbird 2. (diff)
- Update to 3.1.1
Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>
Diffstat (limited to 'mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in')
-rw-r--r--mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in b/mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in
new file mode 100644
index 000000000000..24a7d6206604
--- /dev/null
+++ b/mail/thunderbird-esr/files/patch-mozilla-db-sqlite3-src-Makefile.in
@@ -0,0 +1,11 @@
+--- mozilla/db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500
++++ mozilla/db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500
+@@ -45,6 +45,8 @@
+
+ include $(DEPTH)/config/autoconf.mk
+
++OS_CFLAGS = -I../../../dist/include/sqlite3
++OS_LIBS = %%PTHREAD_LIBS%%
+ MODULE = sqlite3
+ LIBRARY_NAME = sqlite3
+ FORCE_SHARED_LIB = 1