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 dev-ruby/ruby-gtkmozembed/files: ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch
Date: Sun, 25 Apr 2010 15:51:32
Message-Id: 20100425155129.DE4942C043@corvid.gentoo.org
1 graaff 10/04/25 15:51:29
2
3 Added: ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch
4 Log:
5 Version bump to ruby-gnome 0.19.4.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtkmozembed/files/ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch?rev=1.1&content-type=text/plain
13
14 Index: ruby-gtkmozembed-0.19.4-xulrunner-1.9.2.patch
15 ===================================================================
16 --- extconf.rb.old 2010-04-25 17:45:58.549626368 +0200
17 +++ extconf.rb 2010-04-25 17:46:03.269752270 +0200
18 @@ -59,6 +59,7 @@
19 add_depend_package("gtk2", "gtk/src", TOPDIR)
20
21 if have_library("xpcomglue")
22 + $CFLAGS << " -I/usr/include/nspr "
23 have_header("gtkmozembed_glue.cpp") or exit 1
24 CONFIG['LDSHARED'].gsub!(/\$\(CC\)/, "$(CXX)")
25 elsif have_library("gtkembedmoz")