Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 587076 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- sqliteman-1.2.2-orig/sqliteman/CMakeLists.txt
0
++ sqliteman-1.2.2-threads/sqliteman/CMakeLists.txt
Lines 183-189 IF (WIN32) Link Here
183
    # don't use console subsystem
183
    # don't use console subsystem
184
    IF (MINGW)
184
    IF (MINGW)
185
        TARGET_LINK_LIBRARIES(${EXE_NAME} "-mwindows")
185
        TARGET_LINK_LIBRARIES(${EXE_NAME} "-mwindows")
186
	ENDIF (MINGW)
186
    ENDIF (MINGW)
187
ELSE (WIN32)
188
	FIND_PACKAGE(Threads)
189
	TARGET_LINK_LIBRARIES(${EXE_NAME} ${CMAKE_THREAD_LIBS_INIT})
187
ENDIF (WIN32)
190
ENDIF (WIN32)
188
191
189
192

Return to bug 587076