summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-04-29 01:31:23 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-04-29 01:31:23 +0000
commitea47f8b90d80ebc9da8d8c494c262e3032cdc0c2 (patch)
tree03038eb49e5b174952d886c08430b96e3e5de3ea /media-video/dvdstyler/files
parentVersion bump (diff)
downloadgentoo-2-ea47f8b90d80ebc9da8d8c494c262e3032cdc0c2.tar.gz
gentoo-2-ea47f8b90d80ebc9da8d8c494c262e3032cdc0c2.tar.bz2
gentoo-2-ea47f8b90d80ebc9da8d8c494c262e3032cdc0c2.zip
version bug as per bug #262454. Ebuild changes thanks to Fabio
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dvdstyler/files')
-rw-r--r--media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch b/media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch
new file mode 100644
index 000000000000..b13681dcfea0
--- /dev/null
+++ b/media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch
@@ -0,0 +1,11 @@
+--- docs/Makefile.am.old 2009-03-19 14:12:11.000000000 -0500
++++ docs/Makefile.am 2009-03-19 14:12:35.000000000 -0500
+@@ -371,7 +371,7 @@
+
+ help.zip: DVDStylerGuide.xml
+ mkdir temp
+- (cd temp && $(XMLTO) htmlhelp ../DVDStylerGuide.xml && cp ../htmlhelp.hhp ../toc.hhc ../index.html . && $(ZIP) ../help.zip *.html htmlhelp.hhp toc.hhc)
++ (cd temp && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide.xml && cp ../htmlhelp.hhp ../toc.hhc ../index.html . && $(ZIP) ../help.zip *.html htmlhelp.hhp toc.hhc)
+ rm -f temp/*.html temp/*.hh*
+ rmdir temp
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.