From c366d6aa9f5d7f59fbd39bb342aa1d1ec3453364 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 13 Oct 2006 04:17:22 +0000 Subject: - Rename patch git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7764 df743ca5-7f9a-e211-a948-0013205c9059 --- www/firefox3-devel/files/patch-nothreads-fixme | 12 ------------ www/firefox3-devel/files/patch-nothreads-sqlite | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 www/firefox3-devel/files/patch-nothreads-fixme create mode 100644 www/firefox3-devel/files/patch-nothreads-sqlite (limited to 'www/firefox3-devel') diff --git a/www/firefox3-devel/files/patch-nothreads-fixme b/www/firefox3-devel/files/patch-nothreads-fixme deleted file mode 100644 index 1b1bbbcbd..000000000 --- a/www/firefox3-devel/files/patch-nothreads-fixme +++ /dev/null @@ -1,12 +0,0 @@ ---- db/sqlite3/src/Makefile.in.orig Mon Sep 25 18:38:04 2006 -+++ db/sqlite3/src/Makefile.in Mon Sep 25 18:38:14 2006 -@@ -99,7 +99,8 @@ - # REFEF_IO allows us to override IO functions, which is used in the AsyncIO - # -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we - # don't have to vacuum to make sure the data is not visible in the file. --DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -DTHREADSAFE=1 -+DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -+# -DTHREADSAFE=1 - - ifdef ENABLE_TESTS - ##LIBS = $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX) diff --git a/www/firefox3-devel/files/patch-nothreads-sqlite b/www/firefox3-devel/files/patch-nothreads-sqlite new file mode 100644 index 000000000..1b1bbbcbd --- /dev/null +++ b/www/firefox3-devel/files/patch-nothreads-sqlite @@ -0,0 +1,12 @@ +--- db/sqlite3/src/Makefile.in.orig Mon Sep 25 18:38:04 2006 ++++ db/sqlite3/src/Makefile.in Mon Sep 25 18:38:14 2006 +@@ -99,7 +99,8 @@ + # REFEF_IO allows us to override IO functions, which is used in the AsyncIO + # -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we + # don't have to vacuum to make sure the data is not visible in the file. +-DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -DTHREADSAFE=1 ++DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 ++# -DTHREADSAFE=1 + + ifdef ENABLE_TESTS + ##LIBS = $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX) -- cgit v1.2.3