summaryrefslogtreecommitdiff
path: root/emulators/snes9x/patches/patch-af
blob: 72b99897b4a50d96048081f04702bed30ce01d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.3 2001/07/17 15:31:25 wiz Exp $

--- soundux.h.orig	Wed Feb 28 22:12:23 2001
+++ soundux.h
@@ -79,7 +79,7 @@
     int stereo;
     bool8 sixteen_bit;
     bool8 encoded;
-#ifdef __sun
+#if defined(__sun) || defined(__NetBSD__)
     int last_eof;
 #endif
 #ifdef __sgi