diff options
author | knu <knu@FreeBSD.org> | 2002-10-28 02:14:13 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-28 02:14:13 +0800 |
commit | f07f3d5b8c066db460d2345ddcb3ede2472764c3 (patch) | |
tree | 35d3b94354dee2085110d7278d9d74bd0566f6b3 /textproc/ruby-sablot | |
parent | 83410a612d9d6752958099e2ecef975bcea57819 (diff) | |
download | freebsd-ports-gnome-f07f3d5b8c066db460d2345ddcb3ede2472764c3.tar.gz freebsd-ports-gnome-f07f3d5b8c066db460d2345ddcb3ede2472764c3.tar.zst freebsd-ports-gnome-f07f3d5b8c066db460d2345ddcb3ede2472764c3.zip |
Unbreak for new g++.
Reported by: bento
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 |