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-strategy/wargus/files: wargus-2.2.6-underlinking.patch
Date: Fri, 01 Jun 2012 20:21:23
Message-Id: 20120601202109.8CDC52004C@flycatcher.gentoo.org
1 hasufell 12/06/01 20:21:09
2
3 Added: wargus-2.2.6-underlinking.patch
4 Log:
5 revbump, fix underlinking, split wargus-data and fix sandbox violation wrt #418051 and #419143
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-strategy/wargus/files/wargus-2.2.6-underlinking.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/files/wargus-2.2.6-underlinking.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/wargus/files/wargus-2.2.6-underlinking.patch?rev=1.1&content-type=text/plain
14
15 Index: wargus-2.2.6-underlinking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Fri Jun 1 20:15:57 UTC 2012
19 Subject: build system
20
21 fix underlinking
22 see: https://bugs.launchpad.net/wargus/+bug/1007586
23
24 --- CMakeLists.txt
25 +++ CMakeLists.txt
26 @@ -157,7 +157,7 @@
27
28 if(NOT WIN32)
29 include_directories(${GTK2_INCLUDE_DIRS})
30 - set(wargus_LIBS ${wargus_LIBS} ${GTK2_LIBRARIES})
31 + set(wargus_LIBS ${wargus_LIBS} ${GTK2_LIBRARIES} X11)
32 endif()
33
34 if (NOT WIN32 AND NOT MAEMO)