diff options
author | 2012-06-01 20:21:09 +0000 | |
---|---|---|
committer | 2012-06-01 20:21:09 +0000 | |
commit | 3a71029af40cb47e4efbf5b4895cdb0af8e4bf98 (patch) | |
tree | 2365d3471eff66ce4a1cb5f84da8e9d6374528be /games-strategy/wargus/files | |
parent | le is not lt in bash comparsion. Fixes bug#419149. (diff) | |
download | historical-3a71029af40cb47e4efbf5b4895cdb0af8e4bf98.tar.gz historical-3a71029af40cb47e4efbf5b4895cdb0af8e4bf98.tar.bz2 historical-3a71029af40cb47e4efbf5b4895cdb0af8e4bf98.zip |
revbump, fix underlinking, split wargus-data and fix sandbox violation wrt #418051 and #419143
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'games-strategy/wargus/files')
-rw-r--r-- | games-strategy/wargus/files/wargus-2.2.6-underlinking.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games-strategy/wargus/files/wargus-2.2.6-underlinking.patch b/games-strategy/wargus/files/wargus-2.2.6-underlinking.patch new file mode 100644 index 000000000000..e3e11db165d1 --- /dev/null +++ b/games-strategy/wargus/files/wargus-2.2.6-underlinking.patch @@ -0,0 +1,18 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Fri Jun 1 20:15:57 UTC 2012 +Subject: build system + +fix underlinking +see: https://bugs.launchpad.net/wargus/+bug/1007586 + +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -157,7 +157,7 @@ + + if(NOT WIN32) + include_directories(${GTK2_INCLUDE_DIRS}) +- set(wargus_LIBS ${wargus_LIBS} ${GTK2_LIBRARIES}) ++ set(wargus_LIBS ${wargus_LIBS} ${GTK2_LIBRARIES} X11) + endif() + + if (NOT WIN32 AND NOT MAEMO) |