diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 18:14:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 18:14:13 +0000 |
commit | 78a8c1a901f7938939a3934cf94906d919ea7f1e (patch) | |
tree | ca059f556fa73c0cfca0a64ba03340080990921e /textproc/ruby-sablot | |
parent | 9b68bb37bb22320b5df9b865e80be5e813f9822a (diff) | |
download | ports-78a8c1a901f7938939a3934cf94906d919ea7f1e.tar.gz ports-78a8c1a901f7938939a3934cf94906d919ea7f1e.zip |
Unbreak for new g++.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=68943
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/files/patch-extconf.rb | 11 |
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 |