aboutsummaryrefslogtreecommitdiff
path: root/audio/gramofile/files/patch-ab
blob: a344f25691e342ec78595f83909b03b318a48fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- bplaysrc/Makefile.orig	Mon Mar 27 23:24:46 2000
+++ bplaysrc/Makefile	Fri Apr  7 12:22:05 2000
@@ -12,12 +12,12 @@
 ########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see ../Makefile!)
 
 # For Linux (and maybe others), use these:
-CFLAGS = -Wall -O2 -DUSEBUFFLOCK -DREDHAT50 -DLP2CD -DVUMETER # -DDEBUG
-LIBS = -lncurses
+#CFLAGS = -Wall -O2 -DUSEBUFFLOCK -DREDHAT50 -DLP2CD -DVUMETER # -DDEBUG
+#LIBS = -lncurses
 
 # For FreeBSD (and maybe others), use these:
-#CFLAGS = -Wall -O2 -DLP2CD -DVUMETER # -DDEBUG
-#LIBS = -lncurses
+CFLAGS += -Wall -DLP2CD -DVUMETER # -DDEBUG
+LIBS = -lncurses
 
 # -DOLD_CURSES can be used here, too.