diff options
Diffstat (limited to 'security/nss/files/patch-lib_softoken_manifest.mn')
-rw-r--r-- | security/nss/files/patch-lib_softoken_manifest.mn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nss/files/patch-lib_softoken_manifest.mn b/security/nss/files/patch-lib_softoken_manifest.mn new file mode 100644 index 000000000000..b1e95c2ab887 --- /dev/null +++ b/security/nss/files/patch-lib_softoken_manifest.mn @@ -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 \ |