1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/gramofile/files/patch-ab
Thomas Gellekum a8f2c65301 New port gramofile, an audio recording utility.
PR:		16819
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2000-04-07 10:36:18 +00:00

20 lines
642 B
Plaintext

--- 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.