hasufell    14/05/24 15:16:41

  Modified:             ChangeLog freeciv-2.4.2.ebuild
  Log:
  fix linking issues wrt #511128, patch by Andrei Slavoiu
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.151                games-strategy/freeciv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.151&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?rev=1.151&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   23 May 2014 17:59:37 -0000      1.150
+++ ChangeLog   24 May 2014 15:16:41 -0000      1.151
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/freeciv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.150 
2014/05/23 17:59:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.151 
2014/05/24 15:16:41 hasufell Exp $
+
+  24 May 2014; Julian Ospald <hasuf...@gentoo.org> freeciv-2.4.2.ebuild,
+  +files/freeciv-2.4.2-as-needed.patch:
+  fix linking issues wrt #511128, patch by Andrei Slavoiu
 
   23 May 2014; Julian Ospald <hasuf...@gentoo.org> freeciv-2.4.2.ebuild:
   set readline slot



1.3                  games-strategy/freeciv/freeciv-2.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild?r1=1.2&r2=1.3

Index: freeciv-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freeciv-2.4.2.ebuild        23 May 2014 17:59:37 -0000      1.2
+++ freeciv-2.4.2.ebuild        24 May 2014 15:16:41 -0000      1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.2 
2014/05/23 17:59:37 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.4.2.ebuild,v 1.3 
2014/05/24 15:16:41 hasufell Exp $
 
 # FIXME: gtk3 support breaks ggz support
 
 EAPI=5
-inherit eutils gnome2-utils games-ggz games
+inherit autotools eutils gnome2-utils games-ggz games
 
 DESCRIPTION="multiplayer strategy game (Civilization Clone)"
 HOMEPAGE="http://www.freeciv.org/";
@@ -69,6 +69,9 @@
 }
 
 src_prepare() {
+       epatch "${FILESDIR}"/${P}-as-needed.patch
+       eautoreconf
+
        # install the .desktop in /usr/share/applications
        # install the icons in /usr/share/pixmaps
        sed -i \




Reply via email to