Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
nerdboy 08/09/27 03:46:56
Added: gpsdrive-drawmarkers-remove.patch
Log:
Updated ebuild for more recent version (closes bug #97208)
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)
Revision Changes Path
1.1 app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch?rev=1.1&content-type=text/plain
Index: gpsdrive-drawmarkers-remove.patch
===================================================================
--- src/util/CMakeLists.txt.orig 2008-09-21 20:15:48.379309613 -0700
+++ src/util/CMakeLists.txt 2008-09-21 20:17:36.012310364 -0700
@@ -25,13 +25,14 @@
install(TARGETS worldgen DESTINATION ${BIN_INSTALL_DIR})
endif (GDAL_FOUND)
-if (GDAL_FOUND AND GTK2_FOUND)
- add_executable(gmapview ${gmapview_SRCS})
- target_link_libraries(gmapview
- ${MAP_LIBRARY}
- ${GDAL_LIBRARIES}
- ${GTK2_LIBRARIES}
- )
- install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR})
-endif (GDAL_FOUND AND GTK2_FOUND)
+## this bombs because there's no implementation of drawmarkers
+#if (GDAL_FOUND AND GTK2_FOUND)
+# add_executable(gmapview ${gmapview_SRCS})
+# target_link_libraries(gmapview
+# ${MAP_LIBRARY}
+# ${GDAL_LIBRARIES}
+# ${GTK2_LIBRARIES}
+# )
+# install(TARGETS gmapview DESTINATION ${BIN_INSTALL_DIR})
+#endif (GDAL_FOUND AND GTK2_FOUND)
|
|