Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-games/files: gnome-games-2.28.2-underlinking.patch
Date: Sat, 07 Jul 2012 14:12:48
Message-Id: 20120707141218.BBA992004C@flycatcher.gentoo.org
1 hasufell 12/07/07 14:12:18
2
3 Added: gnome-games-2.28.2-underlinking.patch
4 Log:
5 fix underlinking wrt bug #423233
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-extra/gnome-games/files/gnome-games-2.28.2-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-games/files/gnome-games-2.28.2-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-games/files/gnome-games-2.28.2-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: gnome-games-2.28.2-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sat Jul 7 13:14:09 UTC 2012
19 Subject: build system
20
21 fix underlinking
22
23 --- configure.in
24 +++ configure.in
25 @@ -566,6 +566,9 @@
26
27 # Check for common modules
28
29 +PKG_CHECK_MODULES([X11],[x11])
30 +AC_SUBST([X11_LIBS])
31 +
32 need_gthread=no
33 PKG_CHECK_MODULES([GTHREAD],[gthread-2.0])
34 AC_SUBST([GTHREAD_CFLAGS])
35 --- gnect/src/Makefile.am
36 +++ gnect/src/Makefile.am
37 @@ -64,6 +64,7 @@
38
39 gnect_LDADD = \
40 $(top_builddir)/libgames-support/libgames-support.la \
41 + $(X11_LIBS) \
42 $(GTK_LIBS) \
43 $(INTLLIBS) \
44 $(LIB_GGZMOD) \
45 --- iagno/Makefile.am
46 +++ iagno/Makefile.am
47 @@ -56,6 +56,7 @@
48
49 iagno_LDADD = \
50 $(top_builddir)/libgames-support/libgames-support.la \
51 + $(X11_LIBS) \
52 $(GTK_LIBS) \
53 $(INTLLIBS) \
54 $(LIB_GGZMOD) \
55 From: Julian Ospald <hasufell@g.o>
56 Date: Sat Jul 7 13:43:03 UTC 2012
57 Subject:
58
59 --- gnibbles/Makefile.am
60 +++ gnibbles/Makefile.am
61 @@ -42,6 +42,7 @@
62
63 gnibbles_LDADD = \
64 $(top_builddir)/libgames-support/libgames-support.la \
65 + $(X11_LIBS) \
66 $(GTK_LIBS) \
67 $(INTLLIBS)