diff options
Diffstat (limited to 'net-im/qutim/files/patch-CMakeLists.txt')
-rw-r--r-- | net-im/qutim/files/patch-CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/qutim/files/patch-CMakeLists.txt b/net-im/qutim/files/patch-CMakeLists.txt deleted file mode 100644 index c0be798c0c8d..000000000000 --- a/net-im/qutim/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2009-10-11 14:09:56.000000000 +0000 -+++ CMakeLists.txt -@@ -11,7 +11,7 @@ if( UNIX ) - if( BSD ) - SET( CMAKE_THREAD_LIBS -pthread ) - SET( CMAKE_USE_PTHREADS ON ) -- SET( CMAKE_EXE_LINKER_FLAGS -pthread ) -+ SET( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pthread" ) - endif( BSD ) - endif( UNIX ) - |