Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8b8166efa57cd9f3a5cb4c605bb23481 > files > 2

libtorrent-rasterbar-0.16.6-2.mga3.src.rpm

--- CMakeLists.txt.pc	2012-07-31 05:59:17.000000000 +0000
+++ CMakeLists.txt	2012-07-31 05:59:52.000000000 +0000
@@ -256,9 +256,7 @@
 	set (COMPILETIME_OPTIONS "${COMPILETIME_OPTIONS} -D${s}")
 endforeach (s)
 
-if (MSVC)
-	configure_file(libtorrent-rasterbar-cmake.pc.in libtorrent-rasterbar.pc)
-endif (MSVC)
+configure_file(libtorrent-rasterbar-cmake.pc.in libtorrent-rasterbar.pc)
 
 string (COMPARE EQUAL "${CMAKE_SIZEOF_VOID_P}" "8" IS64BITS)
 
--- libtorrent-rasterbar-cmake.pc.in.pc	2012-07-31 06:00:15.000000000 +0000
+++ libtorrent-rasterbar-cmake.pc.in	2012-07-31 06:01:03.000000000 +0000
@@ -1,6 +1,6 @@
 Name: libtorrent-rasterbar
 Description: Bittorrent library.
 Version: @VERSION@
-Libs: -L${CMAKE_INSTALL_PREFIX}/lib -ltorrent-rasterbar
-Cflags: -I${CMAKE_INSTALL_PREFIX}/include -I${CMAKE_INSTALL_PREFIX}/include/libtorrent @COMPILETIME_OPTIONS@ @CXX_DEFINES@
+Libs: -L${CMAKE_INSTALL_LIBDIR} -ltorrent-rasterbar
+Cflags: -I${CMAKE_INSTALL_PREFIX}/include -I${CMAKE_INSTALL_PREFIX}/include/libtorrent @COMPILETIME_OPTIONS@