[BACK]Return to patch-src_CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / geo / gpsdrive / patches

File: [local] / ports / geo / gpsdrive / patches / patch-src_CMakeLists_txt (download)

Revision 1.2, Tue May 25 18:01:17 2010 UTC (14 years ago) by yason
Branch: MAIN
CVS Tags: gpsdrive-2_11
Changes since 1.1: +2 -2 lines

add RUN_DEPENDS, fix PLIST and make CMake happy

$OpenBSD$
--- src/CMakeLists.txt.orig	Sun Jun 14 17:57:25 2009
+++ src/CMakeLists.txt	Sat May  1 21:57:57 2010
@@ -88,7 +88,7 @@ set(GPSDRIVE_PRIVATE_INCLUDE_DIRS
 
 set(GPSDRIVE_LINK_LIBRARIES
   gpsdrive
-  crypt
+  -pthread
   ${GETTEXT_LIBRARIES}
   ${GTK2_LIBRARIES}
   ${XML2_LIBRARIES}
@@ -248,7 +248,7 @@ target_link_libraries(${GPSDRIVE_LINK_LIBRARIES})
 
 if (WITH_FRIENDSD AND NOT MAEMO)
  target_link_libraries(friendsd
-   crypt
+   -pthread
    ${GTK2_LIBRARIES}
  )
 endif (WITH_FRIENDSD AND NOT MAEMO)