gnome-games

gnome-games-2.31.5

* dnl When linking with --as-needed, add -ldl to LIBS.

  • AC_CHECK_LIB(dl, dlopen,,)

* I now get this error with all gnome applications

  GEN    GnomeGamesSupport-1.0.typelib
Error at line 9, character 1: Unsupported version '1.1'
--- BACKTRACE (14 frames) ---
/usr/bin/g-ir-compiler() [0x8050c8d]

Patch

--- orig/gnome-games-2.31.91.1/configure.in     2010-09-03 20:33:37.000000000 -0600
+++ gnome-games-2.31.91.1/configure.in  2010-09-03 21:03:17.640426253 -0600
@@ -542,6 +542,9 @@
 HILDON_LIBS_REQUIRED=0.14
 HILDON_1_REQUIRED=1.00
 
+dnl When linking with --as-needed, add -ldl to LIBS.
+AC_CHECK_LIB(dl, dlopen,,)
+
 # Check for common modules
 
 need_gthread=no

RobSavoye/GoldFixes/gnome-games (last edited 2010-09-04 03:10:27 by 69)