Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gpsdrive/files: gpsdrive-drawmarkers-remove.patch
Date: Sat, 27 Sep 2008 03:46:59
Message-Id: E1KjQlk-0008Uf-Jj@stork.gentoo.org
1 nerdboy 08/09/27 03:46:56
2
3 Added: gpsdrive-drawmarkers-remove.patch
4 Log:
5 Updated ebuild for more recent version (closes bug #97208)
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.1 app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch?rev=1.1&content-type=text/plain
13
14 Index: gpsdrive-drawmarkers-remove.patch
15 ===================================================================
16 --- src/util/CMakeLists.txt.orig 2008-09-21 20:15:48.379309613 -0700
17 +++ src/util/CMakeLists.txt 2008-09-21 20:17:36.012310364 -0700
18 @@ -25,13 +25,14 @@
19 install(TARGETS worldgen DESTINATION ${BIN_INSTALL_DIR})
20 endif (GDAL_FOUND)
21
22 -if (GDAL_FOUND AND GTK2_FOUND)
23 - add_executable(gmapview ${gmapview_SRCS})
24 - target_link_libraries(gmapview
25 - ${MAP_LIBRARY}
26 - ${GDAL_LIBRARIES}
27 - ${GTK2_LIBRARIES}
28 - )
29 - install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR})
30 -endif (GDAL_FOUND AND GTK2_FOUND)
31 +## this bombs because there's no implementation of drawmarkers
32 +#if (GDAL_FOUND AND GTK2_FOUND)
33 +# add_executable(gmapview ${gmapview_SRCS})
34 +# target_link_libraries(gmapview
35 +# ${MAP_LIBRARY}
36 +# ${GDAL_LIBRARIES}
37 +# ${GTK2_LIBRARIES}
38 +# )
39 +# install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR})
40 +#endif (GDAL_FOUND AND GTK2_FOUND)