aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/frodo
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-19 17:01:40 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-19 17:01:40 +0200
commite35c6d668851f4308930a1988bb41a9a059aa91f (patch)
treeaa5227560d29ad3dfca4a0ae26071c33274f4f8a /recipes/obsolete/frodo
parent190933d1cd15747fbe31eb36795fdeef9b3b1f33 (diff)
downloadopenembedded-e35c6d668851f4308930a1988bb41a9a059aa91f.tar.gz
frodo : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/obsolete/frodo')
-rw-r--r--recipes/obsolete/frodo/frodo-4.2/no-pref-editor.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/obsolete/frodo/frodo-4.2/no-pref-editor.patch b/recipes/obsolete/frodo/frodo-4.2/no-pref-editor.patch
new file mode 100644
index 0000000000..b5f09ab48b
--- /dev/null
+++ b/recipes/obsolete/frodo/frodo-4.2/no-pref-editor.patch
@@ -0,0 +1,27 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- Src/main_x.h~no-pref-editor 2004-01-14 18:24:19.000000000 +0100
++++ Src/main_x.h 2004-01-21 01:24:56.000000000 +0100
+@@ -101,15 +101,18 @@
+ }
+ ThePrefs.Load(prefs_path);
+
++#ifdef HAVE_GLADE
+ // Show preferences editor
+ if (ThePrefs.ShowEditor(true, prefs_path)) {
+-
++#endif
+ // Create and start C64
+ TheC64 = new C64;
+ load_rom_files();
+ TheC64->Run();
+ delete TheC64;
++#ifdef HAVE_GLADE
+ }
++#endif
+ }
+
+