* [gentoo-commits] gentoo-x86 commit in dev-java/icedtea/files: icedtea-7.2.0-explicit-gthread.patch
@ 2012-03-15 16:52 Ralph Sennhauser (sera)
0 siblings, 0 replies; only message in thread
From: Ralph Sennhauser (sera) @ 2012-03-15 16:52 UTC (permalink / raw
To: gentoo-commits
sera 12/03/15 16:52:50
Added: icedtea-7.2.0-explicit-gthread.patch
Log:
- Use JAVA_PKG_WANT_BUILD_VM to limit build VM. This now respects system VM
setting if usable and simplifies pkg_setup.
- Add JamVM for alternative archs with IcedTea 7
- Fix building against >=glib-2.31. #402481
Thanks to Marien Zwart <marienz@gentoo.org> for the patch.
- Simplify USE=jbootstrap logic for icedtea-7.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-java/icedtea/files/icedtea-7.2.0-explicit-gthread.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-7.2.0-explicit-gthread.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea/files/icedtea-7.2.0-explicit-gthread.patch?rev=1.1&content-type=text/plain
Index: icedtea-7.2.0-explicit-gthread.patch
===================================================================
--- acinclude.m4.orig 2012-02-25 15:44:58.208371766 +0100
+++ acinclude.m4 2012-02-25 15:46:03.592027548 +0100
@@ -2011,7 +2011,9 @@
AC_MSG_RESULT(${ENABLE_SYSTEM_GTK})
if test x"${ENABLE_SYSTEM_GTK}" = "xyes"; then
dnl Check for Gtk+ headers and libraries.
- PKG_CHECK_MODULES(GTK, gtk+-2.0,[GTK_FOUND=yes],[GTK_FOUND=no])
+ dnl Explicitly include gthread-2.0 to get g_thread_init even on glib 2.32
+ dnl where it is deprecated.
+ PKG_CHECK_MODULES(GTK, gtk+-2.0 gthread-2.0,[GTK_FOUND=yes],[GTK_FOUND=no])
if test "x${GTK_FOUND}" = xno
then
AC_MSG_ERROR([Could not find Gtk+; install Gtk+ or build with --disable-system-gtk to use the in-tree headers.])
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-15 16:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-15 16:52 [gentoo-commits] gentoo-x86 commit in dev-java/icedtea/files: icedtea-7.2.0-explicit-gthread.patch Ralph Sennhauser (sera)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox