Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-roguelike/crossfire-client/files: crossfire-client-1.70.0-gold.patch
Date: Mon, 28 Jan 2013 08:25:02
Message-Id: 20130128082458.EA1B12171E@flycatcher.gentoo.org
1 hasufell 13/01/28 08:24:58
2
3 Added: crossfire-client-1.70.0-gold.patch
4 Log:
5 fix underlinking wrt #451286
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.1 games-roguelike/crossfire-client/files/crossfire-client-1.70.0-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/files/crossfire-client-1.70.0-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/crossfire-client/files/crossfire-client-1.70.0-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: crossfire-client-1.70.0-gold.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Mon Jan 28 08:14:23 UTC 2013
19 Subject: fix underlinking
20
21 --- crossfire-client-1.70.0/configure.ac
22 +++ crossfire-client-1.70.0/configure.ac
23 @@ -242,6 +242,9 @@
24 AC_PROG_CPP
25 AC_PROG_RANLIB
26
27 +# Check for X11
28 +PKG_CHECK_MODULES([X], [x11])
29 +
30 AC_SUBST(X_LIBS)
31 AC_SUBST(X_CFLAGS)