diff options
Diffstat (limited to 'textproc/ruby-sablot/files/patch-aa')
-rw-r--r-- | textproc/ruby-sablot/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/textproc/ruby-sablot/files/patch-aa b/textproc/ruby-sablot/files/patch-aa deleted file mode 100644 index f4cdad60fee5..000000000000 --- a/textproc/ruby-sablot/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- extconf.rb.orig Sun Jun 24 07:01:40 2001 -+++ extconf.rb Thu Aug 30 12:39:31 2001 -@@ -15,10 +15,10 @@ - end - - if have_header("sablot.h") and -- (have_library("xmltok", "XmlParseXmlDecl") or -- have_library("expat", "XmlParseXmlDecl")) and -- (have_library("xmlparse", "XML_ParserCreate") or -- have_library("expat", "XML_ParserCreate")) and -+ (have_library("expat", "XmlParseXmlDecl") or -+ have_library("xmltok", "XmlParseXmlDecl")) and -+ (have_library("expat", "XML_ParserCreate") or -+ have_library("xmlparse", "XML_ParserCreate")) and - have_library("sablot", "SablotProcessStrings") - create_makefile("sablot") - STDERR.print <<EOB |