]> git.pld-linux.org Git - packages/autopano-sift-C.git/blob - link.patch
- release 2 (by relup.sh)
[packages/autopano-sift-C.git] / link.patch
1 --- autopano-sift-C-2.5.1/CMakeLists.txt.orig   2010-11-14 15:49:18.744042505 +0100
2 +++ autopano-sift-C-2.5.1/CMakeLists.txt        2010-11-14 15:51:13.454030665 +0100
3 @@ -122,7 +122,7 @@ SET(LIBSIFT_SOURCES LoweDetector.c RANSA
4  ADD_LIBRARY(libsift STATIC ${LIBSIFT_SOURCES})
5  
6  set(all_libs libsift ${JPEG_LIBRARIES} ${TIFF_LIBRARIES}
7 -    ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES}) 
8 +    ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} ${PANO13_LIBRARIES} ${LIBXML2_LIBRARIES} -lm) 
9  
10  add_executable(generatekeys GenerateKeys.c)
11  TARGET_LINK_LIBRARIES(generatekeys ${all_libs})
This page took 0.046376 seconds and 3 git commands to generate.