diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-07 19:54:18 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-07 19:54:18 +0000 |
commit | cc46b26f6573369c6fdd76c5c488442aa6f3e43c (patch) | |
tree | ab782757c840fd344b6aa38b3561be876ad23c9d /games-emulation/fceux/files | |
parent | Remove unused file. (diff) | |
download | historical-cc46b26f6573369c6fdd76c5c488442aa6f3e43c.tar.gz historical-cc46b26f6573369c6fdd76c5c488442aa6f3e43c.tar.bz2 historical-cc46b26f6573369c6fdd76c5c488442aa6f3e43c.zip |
Version bump to 2.1.5
Package-Manager: portage-2.1.10/cvs/Linux x86_64
Diffstat (limited to 'games-emulation/fceux/files')
-rw-r--r-- | games-emulation/fceux/files/fceux-2.1.5-underlink.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-emulation/fceux/files/fceux-2.1.5-underlink.patch b/games-emulation/fceux/files/fceux-2.1.5-underlink.patch new file mode 100644 index 000000000000..95f73f976989 --- /dev/null +++ b/games-emulation/fceux/files/fceux-2.1.5-underlink.patch @@ -0,0 +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 @@ + 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"]) ++ + ### Lua platform defines + ### Applies to all files even though only lua needs it, but should be ok + if env['LUA']: |