summaryrefslogtreecommitdiff
path: root/www/firefox35/files/patch-nothreads-sqlite
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /www/firefox35/files/patch-nothreads-sqlite
parent- Add goocanvas (diff)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Diffstat (limited to '')
-rw-r--r--deskutils/sunbird/files/patch-nothreads-sqlite (renamed from www/firefox35/files/patch-nothreads-sqlite3)0
-rw-r--r--www/firefox35/files/patch-nothreads-sqlite12
2 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox35/files/patch-nothreads-sqlite3 b/deskutils/sunbird/files/patch-nothreads-sqlite
index 1b1bbbcbda15..1b1bbbcbda15 100644
--- a/www/firefox35/files/patch-nothreads-sqlite3
+++ b/deskutils/sunbird/files/patch-nothreads-sqlite
diff --git a/www/firefox35/files/patch-nothreads-sqlite b/www/firefox35/files/patch-nothreads-sqlite
new file mode 100644
index 000000000000..1b1bbbcbda15
--- /dev/null
+++ b/www/firefox35/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)