public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/gpsdrive/files: gpsdrive-2.11-as-needed.patch
@ 2012-11-04 17:30 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-11-04 17:30 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/11/04 17:30:58

  Added:                gpsdrive-2.11-as-needed.patch
  Log:
  fix mapnik build (bug #417773)
  
  (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.1                  app-misc/gpsdrive/files/gpsdrive-2.11-as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-2.11-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-2.11-as-needed.patch?rev=1.1&content-type=text/plain

Index: gpsdrive-2.11-as-needed.patch
===================================================================
https://bugs.gentoo.org/show_bug.cgi?id=417773
diff -rupN gpsdrive-2.11.org//src/CMakeLists.txt gpsdrive-2.11/src/CMakeLists.txt
--- gpsdrive-2.11.org//src/CMakeLists.txt	2012-06-19 20:02:50.960300653 +0200
+++ gpsdrive-2.11/src/CMakeLists.txt	2012-06-19 20:03:03.263146846 +0200
@@ -28,7 +28,7 @@ if (WITH_POSTGIS)
 endif (WITH_POSTGIS)
 
 if (WITH_MAPNIK)
-  find_package(Boost COMPONENTS filesystem REQUIRED)
+  find_package(Boost COMPONENTS filesystem thread REQUIRED)
   find_package(Mapnik REQUIRED)
   add_definitions(-DMAPNIK)
 endif (WITH_MAPNIK)
@@ -177,6 +177,7 @@ if (WITH_MAPNIK)
   set(GPSDRIVE_LINK_LIBRARIES
     ${GPSDRIVE_LINK_LIBRARIES}
     ${Boost_FILESYSTEM_LIBRARY}
+    ${Boost_THREAD_LIBRARY}
     ${MAPNIK_LIBRARIES}
   )
 endif (WITH_MAPNIK)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-04 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 17:30 [gentoo-commits] gentoo-x86 commit in app-misc/gpsdrive/files: gpsdrive-2.11-as-needed.patch Christoph Junghans (ottxor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox