summaryrefslogtreecommitdiff
path: root/audio/gramofile/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gramofile/patches/patch-ab')
-rw-r--r--audio/gramofile/patches/patch-ab34
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/gramofile/patches/patch-ab b/audio/gramofile/patches/patch-ab
new file mode 100644
index 00000000000..f4b66d509c5
--- /dev/null
+++ b/audio/gramofile/patches/patch-ab
@@ -0,0 +1,34 @@
+$NetBSD: patch-ab,v 1.1 2004/07/08 18:33:07 agc Exp $
+
+--- bplaysrc/Makefile 2004/07/08 15:10:58 1.1
++++ bplaysrc/Makefile 2004/07/08 15:12:18
+@@ -6,18 +6,24 @@
+ ../clrscr.o ../secshms.o
+ #SRCS = bplay.c sndfunc.o shmbuf.c
+
+-CC = gcc
+-LDFLAGS =
++#CC = gcc
++#LDFLAGS =
+
+ ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see ../Makefile!)
+
++OS= $(shell uname -s)
++
++ifeq (${OS}, Linux)
+ # For Linux (and maybe others), use these:
+ CFLAGS = -Wall -O2 -DUSEBUFFLOCK -DREDHAT50 -DLP2CD -DVUMETER # -DDEBUG
+ LIBS = -lncurses
+-
++else
++ifeq (${OS}, NetBSD)
+ # For FreeBSD (and maybe others), use these:
+-#CFLAGS = -Wall -O2 -DLP2CD -DVUMETER # -DDEBUG
+-#LIBS = -lncurses
++CFLAGS = -Wall -O2 -DLP2CD -DVUMETER -DOLD_CURSES -D_SEM_SEMUN_UNDEFINED # -DDEBUG
++LIBS = -lcurses ${LIBOSSAUDIO}
++endif
++endif
+
+ # -DOLD_CURSES can be used here, too.
+