[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.1, Sat May 1 20:47:03 2010 UTC (14 years, 1 month ago) by yason
Branch: MAIN

update to 2.10pre7

$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)