Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libktorrent/files: libktorrent-1.1.3-underlinking.patch
Date: Sun, 01 Jan 2012 18:05:30
Message-Id: 20120101180520.8D5B92004C@flycatcher.gentoo.org
1 dilfridge 12/01/01 18:05:20
2
3 Added: libktorrent-1.1.3-underlinking.patch
4 Log:
5 Fix underlinking in test programs, bug 371897
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-libs/libktorrent/files/libktorrent-1.1.3-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/files/libktorrent-1.1.3-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libktorrent/files/libktorrent-1.1.3-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: libktorrent-1.1.3-underlinking.patch
16 ===================================================================
17 diff -ruN libktorrent-1.1.3.orig/src/util/tests/CMakeLists.txt libktorrent-1.1.3/src/util/tests/CMakeLists.txt
18 --- libktorrent-1.1.3.orig/src/util/tests/CMakeLists.txt 2011-11-22 18:21:28.000000000 +0100
19 +++ libktorrent-1.1.3/src/util/tests/CMakeLists.txt 2012-01-01 19:03:45.000000000 +0100
20 @@ -14,4 +14,4 @@
21
22 set(fileopstest_SRCS fileopstest.cpp)
23 kde4_add_unit_test(fileopstest TESTNAME fileopstest ${fileopstest_SRCS})
24 -target_link_libraries( fileopstest ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} ktorrent)
25 \ Kein Zeilenumbruch am Dateiende.
26 +target_link_libraries( fileopstest ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTTEST_LIBRARY} ktorrent)