Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 79a6ca165f00c0711b34d4223f47918f > files > 6

sdlbasic-2007.07.14-6.mga3.src.rpm

--- src/sdlBasic/gtk/makefile.link	2011-12-25 08:17:38.000000000 +0100
+++ src/sdlBasic/gtk/makefile	2011-12-25 08:18:17.000000000 +0100
@@ -25,7 +25,7 @@
 # "h@h@" is printed here when gnome-config unavailable. Seems harmless.
 ifdef GTK2
 CONFIGFLAGS=pkg-config --cflags gtk+-2.0
-CONFIGLIB=pkg-config --libs gtk+-2.0 gthread-2.0
+CONFIGLIB=pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0
 CONFIGTHREADS=
 gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null)
 else