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-board/pokerth/files: pokerth-0.9.5-underlinking.patch
Date: Tue, 21 Aug 2012 19:44:22
Message-Id: 20120821194410.E650920273@flycatcher.gentoo.org
1 hasufell 12/08/21 19:44:10
2
3 Added: pokerth-0.9.5-underlinking.patch
4 Log:
5 fix underlinking issues wrt #418349
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-board/pokerth/files/pokerth-0.9.5-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-0.9.5-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: pokerth-0.9.5-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Thu Aug 16 22:25:12 UTC 2012
19 Subject: build system
20
21 fix compilation for linkers that don't permit underlinking
22
23 --- pokerth_server.pro
24 +++ pokerth_server.pro
25 @@ -114,7 +114,7 @@
26 LIBS += -lpokerth_lib \
27 -lpokerth_db \
28 -lpokerth_protocol \
29 - -lcurl \
30 + $$system(pkg-config --libs --static libcurl) \
31 -lircclient
32
33 win32 {