diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-07 07:14:01 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-10-07 07:14:01 +0000 |
commit | 5588ac433c5e16198a83ba26b7f493b385d15f55 (patch) | |
tree | 4ad8e4e93a3097c1c7a7d33134c0c1fda6abcbcc /textproc/ruby-sablot/files/patch-aa | |
parent | - Add senndmail-old as module (diff) |
Update to 0.5.2.
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 |