From f07f3d5b8c066db460d2345ddcb3ede2472764c3 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 27 Oct 2002 18:14:13 +0000 Subject: Unbreak for new g++. Reported by: bento --- textproc/ruby-sablot/files/patch-extconf.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/ruby-sablot/files/patch-extconf.rb (limited to 'textproc') diff --git a/textproc/ruby-sablot/files/patch-extconf.rb b/textproc/ruby-sablot/files/patch-extconf.rb new file mode 100644 index 000000000000..3ce5a1a10df8 --- /dev/null +++ b/textproc/ruby-sablot/files/patch-extconf.rb @@ -0,0 +1,11 @@ +--- extconf.rb.orig Thu Sep 20 00:07:17 2001 ++++ extconf.rb Mon Oct 28 03:12:50 2002 +@@ -14,6 +14,8 @@ + have_library('gcc',nil) + end + ++have_library('stdc++') ++ + if have_header("sablot.h") and + ((have_library("expat", "XML_ParserCreate") and + have_library("expat", "XmlParseXmlDecl")) or -- cgit