Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/booh/files: booh-0.9.2.2-stdc.patch
Date: Tue, 01 Jun 2010 19:24:18
Message-Id: 20100601192412.BCB702C3ED@corvid.gentoo.org
1 graaff 10/06/01 19:24:12
2
3 Added: booh-0.9.2.2-stdc.patch
4 Log:
5 Fix compilation against latest dev-lang/ruby ebuild. Link against stdc++. Fix insecure RUNPATH.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-misc/booh/files/booh-0.9.2.2-stdc.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/booh/files/booh-0.9.2.2-stdc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/booh/files/booh-0.9.2.2-stdc.patch?rev=1.1&content-type=text/plain
13
14 Index: booh-0.9.2.2-stdc.patch
15 ===================================================================
16 --- ext/extconf.rb.orig 2010-06-01 20:33:10.544558767 +0200
17 +++ ext/extconf.rb 2010-06-01 21:12:28.380808877 +0200
18 @@ -16,6 +16,8 @@
19 #- does it do something good, actually?
20 setup_win32(PACKAGE_NAME)
21
22 +have_library('stdc++')
23 +
24 begin
25 create_makefile_at_srcdir(PACKAGE_NAME, File.dirname(__FILE__))
26 rescue NoMethodError