You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/booh/files/booh-0.9.2.2-stdc.patch

12 lines
327 B

--- ext/extconf.rb.orig 2010-06-01 20:33:10.544558767 +0200
+++ ext/extconf.rb 2010-06-01 21:12:28.380808877 +0200
@@ -16,6 +16,8 @@
#- does it do something good, actually?
setup_win32(PACKAGE_NAME)
+have_library('stdc++')
+
begin
create_makefile_at_srcdir(PACKAGE_NAME, File.dirname(__FILE__))
rescue NoMethodError