summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/stella/patches/patch-ab')
-rw-r--r--emulators/stella/patches/patch-ab24
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/stella/patches/patch-ab b/emulators/stella/patches/patch-ab
new file mode 100644
index 00000000000..0d9a9a7ecb7
--- /dev/null
+++ b/emulators/stella/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/05/18 23:14:16 tv Exp $
+
+--- ../ui/sound/makefile.orig Tue May 18 10:25:27 1999
++++ ../ui/sound/makefile Tue May 18 10:26:05 1999
+@@ -1,9 +1,8 @@
+ ###############################################################################
+ ## C compiler to use
+ ###############################################################################
+-CC = gcc
+
+-CFLAGS = -DWIN32 -O -ansi -Wall
++CPPFLAGS = -DWIN32
+
+ OBJS = TIASound.o
+
+@@ -29,7 +28,7 @@
+ uss: oss
+
+ oss: $(OBJS) OSS.o
+- $(CC) -o stella-sound OSS.o $(OBJS)
++ $(CC) -o stella-sound OSS.o $(OBJS) -lossaudio
+
+ clean:
+ rm -f *.o stella-sound