freebsd-ports/textproc/ruby-sablot/files/patch-extconf.rb
Akinori MUSHA 78a8c1a901 Unbreak for new g++.
Reported by:	bento
2002-10-27 18:14:13 +00:00

11 lines
304 B
Ruby

--- 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