summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-21 06:21:34 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-21 06:21:34 +0000
commiteba549e983577692e6520c9d50178f45c8ea0b66 (patch)
tree2776a35ee7a2b01ea994225b00e1681d175f5785 /games-emulation/fceux/files
parentversion bump (diff)
downloadhistorical-eba549e983577692e6520c9d50178f45c8ea0b66.tar.gz
historical-eba549e983577692e6520c9d50178f45c8ea0b66.tar.bz2
historical-eba549e983577692e6520c9d50178f45c8ea0b66.zip
Fix again underlink. Bug #367675
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'games-emulation/fceux/files')
-rw-r--r--games-emulation/fceux/files/fceux-2.1.4a-underlink.patch3
-rw-r--r--games-emulation/fceux/files/fceux-2.1.5-underlink.patch3
2 files changed, 4 insertions, 2 deletions
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