diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-08 21:33:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-08 21:33:43 +0000 |
commit | fc9ed2d5c5a95ad39374c08a78cff407ed72b35e (patch) | |
tree | c36853c162d649483f8364f276dc8edff5555996 /security/nss/files/sqlite3-system.patch | |
parent | Update to 2.6.2. See http://developer.pidgin.im/wiki/ChangeLog for a list (diff) |
Update to 3.12.4.
PR: 138419
Submitted by: Aragon Gouveia <aragon@phat.za.net>
Notes
Notes:
svn path=/head/; revision=241057
Diffstat (limited to 'security/nss/files/sqlite3-system.patch')
-rw-r--r-- | security/nss/files/sqlite3-system.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nss/files/sqlite3-system.patch b/security/nss/files/sqlite3-system.patch new file mode 100644 index 000000000000..b1e95c2ab887 --- /dev/null +++ b/security/nss/files/sqlite3-system.patch @@ -0,0 +1,13 @@ +--- lib/softoken/manifest.mn.orig 2009-08-31 18:15:14.000000000 +0200 ++++ lib/softoken/manifest.mn 2009-08-31 18:15:30.000000000 +0200 +@@ -47,9 +47,7 @@ + + DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\" + +-ifdef MOZILLA_CLIENT +-INCLUDES += -I$(DIST)/include/sqlite3 +-endif ++INCLUDES += -I/usr/local/include + + EXPORTS = \ + secmodt.h \ |