From 59a3efc65c72ba88922676669c8b3968ce5ec743 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 9 Mar 2001 16:08:49 +0000 Subject: Add ruby-sablot, a Ruby interface to the Sablotron XSLT processor. --- textproc/ruby-sablot/files/patch-extconf.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 textproc/ruby-sablot/files/patch-extconf.rb (limited to 'textproc/ruby-sablot/files/patch-extconf.rb') diff --git a/textproc/ruby-sablot/files/patch-extconf.rb b/textproc/ruby-sablot/files/patch-extconf.rb new file mode 100644 index 000000000000..23f7e51ff5a8 --- /dev/null +++ b/textproc/ruby-sablot/files/patch-extconf.rb @@ -0,0 +1,18 @@ +--- extconf.rb.orig Sun Dec 3 23:50:31 2000 ++++ extconf.rb Sat Mar 10 00:35:37 2001 +@@ -2,10 +2,10 @@ + + dir_config('sablot') + +-$LOCAL_LIBS += " -L/usr/local/lib -lsablot -lxmlparse -lxmltok" +- +-if have_header("sablot.h") && +- have_library("sablot", "SablotProcessStrings") && +- have_library("xmltok", "XML_ParserCreate") ++if have_header("expat.h") && ++ have_header("sablot.h") && ++ have_library("expat", "XML_ParserCreate") && ++ have_library("iconv") && ++ have_library("sablot", "SablotProcessStrings") + create_makefile("sablot") + end -- cgit v1.2.3