From 5588ac433c5e16198a83ba26b7f493b385d15f55 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 7 Oct 2001 07:14:01 +0000 Subject: Update to 0.5.2. --- textproc/ruby-sablot/files/patch-aa | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 textproc/ruby-sablot/files/patch-aa (limited to 'textproc/ruby-sablot/files/patch-aa') 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 <