summaryrefslogtreecommitdiffstats
path: root/sysutils/tracker/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 04:43:19 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 04:43:19 +0800
commit0b084bcd09a6dda9e71db7da2b802e18c6bd55ab (patch)
tree0e16b8350c1e3a2c0ef149566a0bf336475af419 /sysutils/tracker/files
parent664243d83ec44a146d7cfa4b00f8426084630860 (diff)
downloadmarcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.gz
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.bz2
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.lz
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.xz
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.tar.zst
marcuscom-ports-0b084bcd09a6dda9e71db7da2b802e18c6bd55ab.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9363 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/tracker/files')
-rw-r--r--sysutils/tracker/files/patch-src_sqlite3_os_unix.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/tracker/files/patch-src_sqlite3_os_unix.c b/sysutils/tracker/files/patch-src_sqlite3_os_unix.c
new file mode 100644
index 000000000..5cbb1a30c
--- /dev/null
+++ b/sysutils/tracker/files/patch-src_sqlite3_os_unix.c
@@ -0,0 +1,12 @@
+--- src/sqlite3/os_unix.c.orig Sat Dec 9 21:35:39 2006
++++ src/sqlite3/os_unix.c Sat Dec 9 21:36:02 2006
+@@ -1110,9 +1110,7 @@
+ ** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined.
+ ** Otherwise use fsync() in its place.
+ */
+-#ifndef HAVE_FDATASYNC
+ # define fdatasync fsync
+-#endif
+
+ /*
+ ** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not