diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-09-27 03:46:56 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-09-27 03:46:56 +0000 |
commit | c499da7d09281859e67fd76f6d2d59c350586fb0 (patch) | |
tree | 83d6a6b5e406c7a7e7a73ad8e70a62097b519454 /app-misc/gpsdrive/files | |
parent | Another go at linguas fix (diff) | |
download | gentoo-2-c499da7d09281859e67fd76f6d2d59c350586fb0.tar.gz gentoo-2-c499da7d09281859e67fd76f6d2d59c350586fb0.tar.bz2 gentoo-2-c499da7d09281859e67fd76f6d2d59c350586fb0.zip |
Updated ebuild for more recent version (closes bug #97208)
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'app-misc/gpsdrive/files')
-rw-r--r-- | app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch b/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch new file mode 100644 index 000000000000..c831a36b4bc0 --- /dev/null +++ b/app-misc/gpsdrive/files/gpsdrive-drawmarkers-remove.patch @@ -0,0 +1,26 @@ +--- 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) + |