Fix build problem with ruby18's rdoc.

This commit is contained in:
taca 2011-03-27 13:08:20 +00:00
parent 9109b85f57
commit d649f65fa5
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2010/12/04 04:25:37 taca Exp $
$NetBSD: distinfo,v 1.3 2011/03/27 13:08:20 taca Exp $
SHA1 (builder-3.0.0.gem) = 911d35bf53a8678d35aea8e17e4c439eb62fffff
RMD160 (builder-3.0.0.gem) = f17b12344de661c8baa85a726b52954907ff38e0
Size (builder-3.0.0.gem) = 609280 bytes
SHA1 (patch-lib_builder_xmlmarkup.rb) = 5d4c101b3263d84b513e254ad6b62e96840fa255

View file

@ -0,0 +1,14 @@
$NetBSD: patch-lib_builder_xmlmarkup.rb,v 1.1 2011/03/27 13:08:20 taca Exp $
* Aboid crash with Ruby 1.8.7's rdoc.
--- lib/builder/xmlmarkup.rb.orig 2011-03-26 16:32:42.000000000 +0000
+++ lib/builder/xmlmarkup.rb
@@ -38,7 +38,6 @@ module Builder
# xm.title("History") # <title>History</title>
# } # </head>
# xm.body { # <body>
- # xm.comment! "HI" # <!-- HI -->
# xm.h1("Header") # <h1>Header</h1>
# xm.p("paragraph") # <p>paragraph</p>
# } # </body>