summaryrefslogtreecommitdiff
path: root/emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2017-01-07 13:39:14 +0000
committerJason E. Hale <jhale@FreeBSD.org>2017-01-07 13:39:14 +0000
commit33a71ffb9221d72d123b131ed6b02c2b2a0ce45d (patch)
tree4e833aaa9dbaca3be600c69215f487727181bd17 /emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp
parentwww/py-django-redis: update to 4.7.0 (diff)
Update to 1.54.1
Unbreak fetch (project moved to Github) Clean up and fix some broken dependencies Regenerate patches with 'make makepatch' Use standard options descriptions when possible PR: 213692 (based on) Submitted by: <timon@timon.net.nz> Approved by: maintainer timeout MFH: 2017Q1 (blanket)
Diffstat (limited to 'emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp')
-rw-r--r--emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp b/emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp
deleted file mode 100644
index 0397c8de9332..000000000000
--- a/emulators/snes9x-gtk/files/patch-gtk-src-gtk__s9x.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/gtk_s9x.cpp.orig 2013-10-25 03:47:08.000000000 -0700
-+++ src/gtk_s9x.cpp 2013-10-25 03:47:32.000000000 -0700
-@@ -44,6 +44,7 @@
-
- g_thread_init (NULL);
- gdk_threads_init ();
-+ gdk_threads_enter();
-
- gtk_init (&argc, &argv);
-
-@@ -127,6 +128,8 @@
-
- gtk_main ();
-
-+ gdk_threads_leave();
-+
- return 0;
- }
-