summaryrefslogtreecommitdiff
path: root/dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch')
-rw-r--r--dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch b/dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch
deleted file mode 100644
index a9bf4f4f9528..000000000000
--- a/dev-db/sqliteman/files/sqliteman-1.2.2-lpthread.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Resolves underlinking issue causing build failure on uclibc.
-
-Author: René Rhéaume <rene.rheaume@gmail.com>
-Gentoo-bug: 587076
-
---- a/sqliteman/CMakeLists.txt
-+++ b/sqliteman/CMakeLists.txt
-@@ -183,7 +183,10 @@ IF (WIN32)
- # don't use console subsystem
- IF (MINGW)
- TARGET_LINK_LIBRARIES(${EXE_NAME} "-mwindows")
-- ENDIF (MINGW)
-+ ENDIF (MINGW)
-+ELSE (WIN32)
-+ FIND_PACKAGE(Threads)
-+ TARGET_LINK_LIBRARIES(${EXE_NAME} ${CMAKE_THREAD_LIBS_INIT})
- ENDIF (WIN32)
-
-