ports/emulators/vice/files/patch-sounduss.c
Dirk Meyer 5053e19457 - update to 1.18
- new options WITHOUT_NLS, WITH_ESOUND
re-enable uss sound support
update dependencys
2005-12-03 20:07:52 +00:00

11 lines
310 B
C

--- src/sounddrv/sounduss.c.orig Sun May 29 19:05:49 2005
+++ src/sounddrv/sounduss.c Sat Dec 3 19:09:24 2005
@@ -30,7 +30,7 @@
sound driver. For BSDI this uss sound driver should
not be used either. */
-#if !defined(__FreeBSD__) && !defined(__bsdi__)
+#if !defined(__bsdi__)
#include "vice.h"