diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-25 16:43:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-25 16:43:18 +0000 |
commit | c78827b82575cba04f71019ebc477afd269f4fce (patch) | |
tree | d4dd5e3f5860f8957ce13476fa995cf11934164e /games-emulation/gens/files | |
parent | Initial import from sunrise. Thanks to Oliver Borm for the ebuild and the sun... (diff) | |
download | historical-c78827b82575cba04f71019ebc477afd269f4fce.tar.gz historical-c78827b82575cba04f71019ebc477afd269f4fce.tar.bz2 historical-c78827b82575cba04f71019ebc477afd269f4fce.zip |
old
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-emulation/gens/files')
-rw-r--r-- | games-emulation/gens/files/gens-2.15.4-as-needed.patch | 11 | ||||
-rw-r--r-- | games-emulation/gens/files/gens-2.15.4-romsdir.patch | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/games-emulation/gens/files/gens-2.15.4-as-needed.patch b/games-emulation/gens/files/gens-2.15.4-as-needed.patch deleted file mode 100644 index 02aed32b802c..000000000000 --- a/games-emulation/gens/files/gens-2.15.4-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old 2009-02-04 14:41:40.000000000 +0100 -+++ configure 2009-02-04 14:48:52.000000000 +0100 -@@ -4929,7 +4929,7 @@ - { echo "$as_me:$LINENO: result: $with_opengl" >&5 - echo "${ECHO_T}$with_opengl" >&6; } - if test x$with_opengl = xyes; then -- LDFLAGS="$LDFLAGS -lGL" -+ LIBS="$LIBS -lGL" - - fi - fi diff --git a/games-emulation/gens/files/gens-2.15.4-romsdir.patch b/games-emulation/gens/files/gens-2.15.4-romsdir.patch deleted file mode 100644 index 606efe2dd6f9..000000000000 --- a/games-emulation/gens/files/gens-2.15.4-romsdir.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ruN gens-rc3.5-opengl/src/gens/util/rom.c gens-rc3.5-opengl-patched/src/gens/util/rom.c ---- src/gens/util/file/rom.c 2005-01-10 22:24:01.000000000 +0100 -+++ src/gens/util/file/rom.c 2006-10-29 14:58:14.000000000 +0100 -@@ -411,6 +411,9 @@ - create_file_chooser_dialog ("Open Rom", GTK_FILE_CHOOSER_ACTION_OPEN); - // fileselection_set_dir (fd.filesel, Rom_Dir); - addRomsFilter (widget); -+ -+ gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (widget), Rom_Dir); -+ - res = gtk_dialog_run (GTK_DIALOG (widget)); - if (res == GTK_RESPONSE_OK) - { |