diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-10 09:30:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-10 09:30:56 +0000 |
commit | 17d370d5da1cbc66045cec09df553a5198b86bd7 (patch) | |
tree | 6a1ac5cfbe67ca21f5b88f83258f67dc8a751fd4 /sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch | |
parent | Version bump beta, and removed deprecated (diff) | |
download | historical-17d370d5da1cbc66045cec09df553a5198b86bd7.tar.gz historical-17d370d5da1cbc66045cec09df553a5198b86bd7.tar.bz2 historical-17d370d5da1cbc66045cec09df553a5198b86bd7.zip |
Consolidate the gpsbabel ebuild so it actualy works. Stabilise the latest that works. Punt older.
Package-Manager: portage-2.2.0_alpha38/cvs/Linux x86_64
Diffstat (limited to 'sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch')
-rw-r--r-- | sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch b/sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch new file mode 100644 index 000000000000..2373fe125c83 --- /dev/null +++ b/sci-geosciences/gpsbabel/files/gpsbabel-xmldoc.patch @@ -0,0 +1,14 @@ +diff -ru gpsbabel-1.4.2/Makefile.in gpsbabel-1.4.2-xmldoc/Makefile.in +--- gpsbabel-1.4.2/Makefile.in 2011-01-11 17:57:47.075777307 +0100 ++++ gpsbabel-1.4.2-xmldoc/Makefile.in 2011-01-11 17:58:53.134094491 +0100 +@@ -234,8 +234,8 @@ + xsltproc \ + --output $@ \ + --stringparam toc.section.depth "1" \ +- --stringparam html.stylesheet \ +- "http://www.gpsbabel.org/style3.css" \ ++ --nonet \ ++ --stringparam html.stylesheet "gpsbabel.org-style3.css" \ + http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \ + xmldoc/readme.xml + |