diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-12 02:28:18 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-12 02:28:18 +0000 |
commit | e9bf9117d532cdf2957e1bea8c336d6859b8dd5f (patch) | |
tree | 780a2ef9b3c87fdca99a94f5bf3348c0bf1d1384 /games | |
parent | 4ec75e8041f4247b1e29a1404f099786e37d5c3c (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/freecell-solver/files/patch-CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/freecell-solver/files/patch-CMakeLists.txt b/games/freecell-solver/files/patch-CMakeLists.txt index 2d5b93a4ba71..7d3be73147dc 100644 --- a/games/freecell-solver/files/patch-CMakeLists.txt +++ b/games/freecell-solver/files/patch-CMakeLists.txt @@ -1,13 +1,5 @@ --- CMakeLists.txt.orig 2011-02-01 21:34:27.000000000 +0100 +++ CMakeLists.txt 2011-02-08 20:56:22.000000000 +0100 -@@ -496,7 +502,6 @@ - - IF (CMAKE_USE_PTHREADS_INIT) - FCS_ADD_EXEC(freecell-solver-multi-thread-solve threaded_range_solver.c) -- TARGET_LINK_LIBRARIES(freecell-solver-multi-thread-solve "pthread") - ENDIF (CMAKE_USE_PTHREADS_INIT) - - IF (UNIX) @@ -632,14 +637,6 @@ INSTALL( |