diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-21 06:21:34 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-21 06:21:34 +0000 |
commit | 6bc86dedc45fb6828aeeae209321f72e698238e9 (patch) | |
tree | 7dfa55e466ddade3b789f1117f3a662b8735f72d /games-emulation | |
parent | version bump (diff) | |
download | gentoo-2-6bc86dedc45fb6828aeeae209321f72e698238e9.tar.gz gentoo-2-6bc86dedc45fb6828aeeae209321f72e698238e9.tar.bz2 gentoo-2-6bc86dedc45fb6828aeeae209321f72e698238e9.zip |
Fix again underlink. Bug #367675
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/fceux/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/fceux/files/fceux-2.1.4a-underlink.patch | 3 | ||||
-rw-r--r-- | games-emulation/fceux/files/fceux-2.1.5-underlink.patch | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games-emulation/fceux/ChangeLog b/games-emulation/fceux/ChangeLog index 3ba6316572e1..91fc789f836c 100644 --- a/games-emulation/fceux/ChangeLog +++ b/games-emulation/fceux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/fceux # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.12 2011/06/07 19:54:18 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.13 2011/06/21 06:21:34 tupone Exp $ + + 21 Jun 2011; Tupone Alfredo <tupone@gentoo.org> + files/fceux-2.1.4a-underlink.patch, files/fceux-2.1.5-underlink.patch: + Fix again underlink. Bug #367675 by Diego Elio Pettenò *fceux-2.1.5 (07 Jun 2011) diff --git a/games-emulation/fceux/files/fceux-2.1.4a-underlink.patch b/games-emulation/fceux/files/fceux-2.1.4a-underlink.patch index e61fac6fff64..96c4085c8d5d 100644 --- a/games-emulation/fceux/files/fceux-2.1.4a-underlink.patch +++ b/games-emulation/fceux/files/fceux-2.1.4a-underlink.patch @@ -1,11 +1,12 @@ --- SConstruct.old 2011-06-07 18:37:31.324415039 +0200 +++ SConstruct 2011-06-07 18:42:04.804434870 +0200 -@@ -65,6 +65,8 @@ +@@ -65,6 +65,9 @@ env.Append(CCFLAGS =["-D_GTK_LITE"]) if env['GTK_LITE']: env.Append(CCFLAGS =["-D_GTK_LITE"]) + env.Append(LIBS =["-lz"]) + env.Append(LIBS =["-ldl"]) ++ env.Append(LIBS =["-lX11"]) ### Lua platform defines ### Applies to all files even though only lua needs it, but should be ok diff --git a/games-emulation/fceux/files/fceux-2.1.5-underlink.patch b/games-emulation/fceux/files/fceux-2.1.5-underlink.patch index 95f73f976989..b45730738ac0 100644 --- a/games-emulation/fceux/files/fceux-2.1.5-underlink.patch +++ b/games-emulation/fceux/files/fceux-2.1.5-underlink.patch @@ -1,11 +1,12 @@ --- SConstruct.org 2011-06-07 21:33:28.876609681 +0200 +++ SConstruct 2011-06-07 21:34:11.420368249 +0200 -@@ -70,6 +70,9 @@ +@@ -70,6 +70,10 @@ env.ParseConfig('pkg-config --cflags --libs gtk+-3.0') env.Append(CPPDEFINES=["_GTK3"]) env.Append(CCFLAGS = ["-D_GTK"]) + env.Append(LIBS =["-lz"]) + env.Append(LIBS =["-ldl"]) ++ env.Append(LIBS =["-lX11"]) + ### Lua platform defines ### Applies to all files even though only lua needs it, but should be ok |