diff options
author | 2011-06-07 17:07:22 +0000 | |
---|---|---|
committer | 2011-06-07 17:07:22 +0000 | |
commit | 3cb841fba0010a5685ad8cb7307ce99468b8b13e (patch) | |
tree | 9b8be1b6dad73ca88aa5081b5987fd4c3de97168 /games-emulation/fceux/files | |
parent | Stable for HPPA (bug #369403). (diff) | |
download | gentoo-2-3cb841fba0010a5685ad8cb7307ce99468b8b13e.tar.gz gentoo-2-3cb841fba0010a5685ad8cb7307ce99468b8b13e.tar.bz2 gentoo-2-3cb841fba0010a5685ad8cb7307ce99468b8b13e.zip |
Fix underlink. Bug #367675
(Portage version: 2.1.10/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/fceux/files')
-rw-r--r-- | games-emulation/fceux/files/fceux-2.1.4a-underlink.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 000000000000..e61fac6fff64 --- /dev/null +++ b/games-emulation/fceux/files/fceux-2.1.4a-underlink.patch @@ -0,0 +1,11 @@ +--- SConstruct.old 2011-06-07 18:37:31.324415039 +0200 ++++ SConstruct 2011-06-07 18:42:04.804434870 +0200 +@@ -65,6 +65,8 @@ + env.Append(CCFLAGS =["-D_GTK_LITE"]) + if env['GTK_LITE']: + env.Append(CCFLAGS =["-D_GTK_LITE"]) ++ env.Append(LIBS =["-lz"]) ++ env.Append(LIBS =["-ldl"]) + + ### Lua platform defines + ### Applies to all files even though only lua needs it, but should be ok |