summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-17 12:35:23 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-17 12:35:23 +0000
commitcb78fb7b09b7f2911885d7df10aee685b57a26dc (patch)
tree2fd6d7959ad2713aff2e8b19653194793a05e5a9 /games-strategy
parentFix underlinking - bug #372017 (diff)
downloadgentoo-2-cb78fb7b09b7f2911885d7df10aee685b57a26dc.tar.gz
gentoo-2-cb78fb7b09b7f2911885d7df10aee685b57a26dc.tar.bz2
gentoo-2-cb78fb7b09b7f2911885d7df10aee685b57a26dc.zip
Fix underlink. Bug #369041
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/galaxyhack/ChangeLog5
-rw-r--r--games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch2
2 files changed, 5 insertions, 2 deletions
diff --git a/games-strategy/galaxyhack/ChangeLog b/games-strategy/galaxyhack/ChangeLog
index a6f5aa75f310..8ae44cb1806d 100644
--- a/games-strategy/galaxyhack/ChangeLog
+++ b/games-strategy/galaxyhack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/galaxyhack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.8 2011/04/27 03:06:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/ChangeLog,v 1.9 2011/06/17 12:35:23 tupone Exp $
+
+ 17 Jun 2011; Tupone Alfredo <tupone@gentoo.org> files/galaxyhack-1.74-gentoo.patch:
+ Fix underlink. Bug #369041 by Diego Elio Pettenò
27 Apr 2011; Michael Sterrett <mr_bones_@gentoo.org>
galaxyhack-1.74.ebuild:
diff --git a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch
index b5406305c372..a609a473fe7f 100644
--- a/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch
+++ b/games-strategy/galaxyhack/files/galaxyhack-1.74-gentoo.patch
@@ -13,7 +13,7 @@
-CXXFLAGS = $(shell sdl-config --cflags) -O3
-LDFLAGS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem
+CXXFLAGS += $(shell sdl-config --cflags)
-+LDLIBS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem
++LDLIBS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem -lboost_system -lm
OBJS = AIInterpreter.o AutoFireUnit.o BCCompiler.o DerivedGroups.o DragWindow.o \
ForceSelect.o ForceSelectWin.o GenWindow.o GenWindow_Base.o GFX.o Globals.o \