Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2009 07:41:50 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r95 - branches/experimental/mail/thunderbird/files trunk/mail/thunderbird/files
Message-ID:  <200908220741.n7M7fon4094831@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908220741.n7M7fon4094831>