Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/soprano/files: soprano-2.7.3-largefile-support.patch
Date: Wed, 02 Nov 2011 18:23:12
Message-Id: 20111102182301.D32E12004C@flycatcher.gentoo.org
1 reavertm 11/11/02 18:23:01
2
3 Added: soprano-2.7.3-largefile-support.patch
4 Log:
5 Version bump, also fix bug 389299 (largefile support)
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/soprano/files/soprano-2.7.3-largefile-support.patch?rev=1.1&content-type=text/plain
14
15 Index: soprano-2.7.3-largefile-support.patch
16 ===================================================================
17 --- a/CMakeLists.txt
18 +++ b/CMakeLists.txt
19 @@ -170,6 +170,9 @@ else(WINCE)
20 set(LIBRARY_TYPE SHARED)
21 endif(WINCE)
22
23 +# Soprano will handle large files in LockFile (Virtuoso DB files)
24 +add_definitions(-D_FILE_OFFSET_BITS=64)
25 +
26
27 ################## add subdirectories ################################
28 if(BUILD_CLUCENE_INDEX)