File: link_gmodule_libs.patch

package info (click to toggle)
sdlbasic 0.0.20070714-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,036 kB
  • sloc: cpp: 49,901; ansic: 19,239; yacc: 1,232; makefile: 1,029; sh: 64
file content (16 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Missing links to gmodule-2.0 libs.
Bug-Debian: http://bugs.debian.org/713584
Author: Barry deFreese <bdefreese@debian.org>
Index: sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBasic/gtk/makefile
===================================================================
--- sdlbasic-0.0.20070714.orig/src/sdlBasic/src/sdlBasic/gtk/makefile	2013-06-24 05:33:52.000000000 -0400
+++ sdlbasic-0.0.20070714/src/sdlBasic/src/sdlBasic/gtk/makefile	2013-06-24 05:34:36.000000000 -0400
@@ -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