pkgsrc/emulators/uae/patches/patch-aa
kristerw c11db928cf Update uae to version 0.8.25.
Changes since version 0.22:
  - Moved over some features from WinUAE:
    * better m68k exception handling
    * better m68k prefetch emulation
    * better debugger
  - More merging with WinUAE; a lot of the input device code has changed
  - GUI cleaned up.
  - Quest to eliminate useless options continues: 68000 mode is always "slow
    but compatible"; it's not that slow after all.
  - Now uses GTK2 for the GUI.
  - Added ALSA sound support from Heikki Orsila
2005-10-14 22:15:49 +00:00

15 lines
376 B
Text

$NetBSD: patch-aa,v 1.6 2005/10/14 22:15:49 kristerw Exp $
--- src/zfile.c.orig 2005-08-12 20:46:41.000000000 +0200
+++ src/zfile.c 2005-08-12 20:47:10.000000000 +0200
@@ -125,10 +125,8 @@
char cmd[1024];
if (!dst)
return 1;
-#if defined AMIGA || defined __unix
sprintf (cmd, "unzip -p %s '*.adf' >%s", src, dst);
return !system (cmd);
-#endif
}
/*