aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-sablot
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r--textproc/ruby-sablot/files/patch-extconf.rb11
1 files changed, 11 insertions, 0 deletions
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