diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-11-02 18:23:01 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-11-02 18:23:01 +0000 |
commit | 3e614ec96ba585016fd3d1151cb1234eb7671362 (patch) | |
tree | 2d144b3992e288233e6675f01c28fb07d6d78848 /dev-libs/soprano/files | |
parent | Translate toolkit is no longer required. (diff) | |
download | gentoo-2-3e614ec96ba585016fd3d1151cb1234eb7671362.tar.gz gentoo-2-3e614ec96ba585016fd3d1151cb1234eb7671362.tar.bz2 gentoo-2-3e614ec96ba585016fd3d1151cb1234eb7671362.zip |
Version bump, also fix bug 389299 (largefile support)
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/soprano/files')
-rw-r--r-- | dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch b/dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch new file mode 100644 index 000000000000..79910ef0af6d --- /dev/null +++ b/dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch @@ -0,0 +1,13 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -170,6 +170,9 @@ else(WINCE) + set(LIBRARY_TYPE SHARED) + endif(WINCE) + ++# Soprano will handle large files in LockFile (Virtuoso DB files) ++add_definitions(-D_FILE_OFFSET_BITS=64) ++ + + ################## add subdirectories ################################ + if(BUILD_CLUCENE_INDEX) + |