diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-15 05:39:14 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-15 05:39:14 -0500 |
commit | 6e8e15f44e244056863fa127b198d8737866e88a (patch) | |
tree | aa0861a893664ffc65058aa2da6aedc232c37826 /user/giflib/xmlto-skip-validation.patch | |
parent | fcb5694bde6d52105ba6e3164014caaf08029d13 (diff) | |
download | packages-6e8e15f44e244056863fa127b198d8737866e88a.tar.gz packages-6e8e15f44e244056863fa127b198d8737866e88a.tar.bz2 packages-6e8e15f44e244056863fa127b198d8737866e88a.tar.xz packages-6e8e15f44e244056863fa127b198d8737866e88a.zip |
user/giflib: pull in, take, fix up
Diffstat (limited to 'user/giflib/xmlto-skip-validation.patch')
-rw-r--r-- | user/giflib/xmlto-skip-validation.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/user/giflib/xmlto-skip-validation.patch b/user/giflib/xmlto-skip-validation.patch new file mode 100644 index 000000000..96573ad6c --- /dev/null +++ b/user/giflib/xmlto-skip-validation.patch @@ -0,0 +1,19 @@ +--- ./doc/Makefile.in.orig 2013-07-15 14:59:04.840695596 +0000 ++++ ./doc/Makefile.in 2013-07-15 14:59:30.667643646 +0000 +@@ -379,13 +379,13 @@ + + + .xml.html: +- xmlto xhtml-nochunks $< ++ xmlto --skip-validation xhtml-nochunks $< + + .xml.1: +- xmlto man $< ++ xmlto --skip-validation man $< + + .xml.txt: +- xmlto txt $< ++ xmlto --skip-validation txt $< + + all: allhtml manpages + |