24 lines
636 B
Text
24 lines
636 B
Text
$NetBSD: patch-aa,v 1.2 2004/05/13 18:21:04 minskim Exp $
|
|
|
|
--- Makefile.orig Sat Jun 23 13:33:05 2001
|
|
+++ Makefile
|
|
@@ -28,8 +28,8 @@
|
|
|
|
OBJS=player.o tfmx.o audio.o
|
|
|
|
-CFLAGS=$(PROFLAGS) -O -fno-strength-reduce $(SCHEDFLAGS) $(DEBUGFLAGS)
|
|
-LDFLAGS=$(PROFLAGS) $(DEBUGFLAGS)
|
|
+#CFLAGS=$(PROFLAGS) -O -fno-strength-reduce $(SCHEDFLAGS) $(DEBUGFLAGS)
|
|
+LDFLAGS=$(PROFLAGS) $(DEBUGFLAGS) ${LIBOSSAUDIO}
|
|
|
|
|
|
BINARY=tfmx-play
|
|
@@ -42,7 +42,7 @@
|
|
audio.c: player.h
|
|
|
|
audio.o: audio.c
|
|
- $(CC) $(CFLAGS) -O3 -fno-strength-reduce -c audio.c -o audio.o $(ALSADEF)
|
|
+ $(CC) $(CFLAGS) -c audio.c -o audio.o $(ALSADEF)
|
|
|
|
clean:
|
|
rm -rf *.o $(BINARY)
|