[SVN-Commit] r95 - branches/experimental/mail/thunderbird/files
trunk/mail/thunderbird/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Sat Aug 22 07:41:58 UTC 2009
Author: beat
Date: Sat Aug 22 07:41:50 2009
New Revision: 95
Log:
- Fix build on FreeBSD 6.x
Added:
branches/experimental/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in
trunk/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in
Added: branches/experimental/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/experimental/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in Sat Aug 22 07:41:50 2009 (r95)
@@ -0,0 +1,13 @@
+--- db/sqlite3/src/Makefile.in.orig 2009-08-22 00:49:32.000000000 +0200
++++ db/sqlite3/src/Makefile.in 2009-08-22 00:51:29.000000000 +0200
+@@ -113,6 +113,10 @@
+ ##SIMPLE_PROGRAMS = sqlite-shell
+ endif
+
++ifeq ($(OS_ARCH),FreeBSD)
++EXTRA_LIBS += -lpthread
++endif
++
+ include $(topsrcdir)/config/rules.mk
+
+ sqlite-shell.$(OBJ_SUFFIX): shell.c
Added: trunk/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/mail/thunderbird/files/patch-db-sqlite3-src-Makefile.in Sat Aug 22 07:41:50 2009 (r95)
@@ -0,0 +1,13 @@
+--- db/sqlite3/src/Makefile.in.orig 2009-08-22 00:49:32.000000000 +0200
++++ db/sqlite3/src/Makefile.in 2009-08-22 00:51:29.000000000 +0200
+@@ -113,6 +113,10 @@
+ ##SIMPLE_PROGRAMS = sqlite-shell
+ endif
+
++ifeq ($(OS_ARCH),FreeBSD)
++EXTRA_LIBS += -lpthread
++endif
++
+ include $(topsrcdir)/config/rules.mk
+
+ sqlite-shell.$(OBJ_SUFFIX): shell.c
More information about the freebsd-gecko
mailing list