summaryrefslogtreecommitdiff
path: root/textproc/ruby-sablot/files/patch-extconf.rb
blob: 3ce5a1a10df8dec25dfc413462adeeb04f7a5bb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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