diff options
Diffstat (limited to 'games/yae/patches/fix2option.diff')
-rw-r--r-- | games/yae/patches/fix2option.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/yae/patches/fix2option.diff b/games/yae/patches/fix2option.diff new file mode 100644 index 0000000000..d1038f0be6 --- /dev/null +++ b/games/yae/patches/fix2option.diff @@ -0,0 +1,11 @@ +diff -Naur yae-0.7/main.c yae-0.7.patched/main.c +--- yae-0.7/main.c 2007-04-03 17:48:36.000000000 -0400 ++++ yae-0.7.patched/main.c 2013-08-28 14:35:12.000000000 -0400 +@@ -70,6 +70,7 @@ + while((c=getopt(argc,argv,Options))!= EOF) { + switch(c) { + case '2': ++ MachineType=APPLE_II; + break; + case 'e': + MachineType=APPLE_IIE; |