updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / nvidia-texture-tools / nvidia-texture-tools-2.0.8-add-pthread.patch
blob81695132cea84ef0e4bffa0f8c182cad278da7ad
1 --- nvidia-texture-tools/src/CMakeLists.txt.old 2010-11-29 20:35:27.000000000 +0000
2 +++ nvidia-texture-tools/src/CMakeLists.txt 2010-11-29 20:35:44.000000000 +0000
3 @@ -107,6 +107,7 @@ FIND_PACKAGE(Qt4)
4 # Threads
5 FIND_PACKAGE(Threads REQUIRED)
6 MESSAGE(STATUS "Use thread library: ${CMAKE_THREAD_LIBS_INIT}")
7 +SET(LIBS ${LIBS} ${CMAKE_THREAD_LIBS_INIT})
9 # configuration file
10 INCLUDE(CheckIncludeFiles)