Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-1.0.1-underlinking.patch
Date: Thu, 23 May 2013 22:05:12
Message-Id: 20130523220506.D74742171E@flycatcher.gentoo.org
1 mr_bones_ 13/05/23 22:05:06
2
3 Added: pokerth-1.0.1-underlinking.patch
4 Log:
5 version bump (bug #471108)
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 games-board/pokerth/files/pokerth-1.0.1-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: pokerth-1.0.1-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 reorder linker line to fix issues with as-needed
23
24 --- pokerth_server.pro
25 +++ pokerth_server.pro
26 @@ -114,8 +114,8 @@
27 LIBS += -lpokerth_lib \
28 -lpokerth_db \
29 -lpokerth_protocol \
30 - -lcurl \
31 - -lircclient
32 + -lircclient \
33 + $$system(pkg-config --libs --static libcurl)
34
35 win32 {
36 DEFINES += CURL_STATICLIB