Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtkmozembed/files: ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch
Date: Sun, 29 May 2011 15:03:07
Message-Id: 20110529150256.8223020057@flycatcher.gentoo.org
1 naota 11/05/29 15:02:56
2
3 Added: ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch
4 Log:
5 Version bump. Bug 345721
6
7 (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch?rev=1.1&content-type=text/plain
14
15 Index: ruby-gtkmozembed-0.90.8-xulrunner-1.9.2.patch
16 ===================================================================
17 --- ext/gtkmozembed/extconf.rb.old 2010-04-25 17:45:58.549626368 +0200
18 +++ ext/gtkmozembed/extconf.rb 2010-04-25 17:46:03.269752270 +0200
19 @@ -90,6 +90,7 @@
20 end
21
22 if have_library("xpcomglue")
23 + $CFLAGS << " -I/usr/include/nspr "
24 have_header("gtkmozembed_glue.cpp") or exit 1
25 CONFIG['LDSHARED'].gsub!(/\$\(CC\)/, "$(CXX)")
26 elsif have_library("gtkembedmoz")