aboutsummaryrefslogtreecommitdiff
path: root/audio/gramofile/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gramofile/files/patch-aa')
-rw-r--r--audio/gramofile/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/gramofile/files/patch-aa b/audio/gramofile/files/patch-aa
new file mode 100644
index 000000000000..868e9851ff3b
--- /dev/null
+++ b/audio/gramofile/files/patch-aa
@@ -0,0 +1,26 @@
+--- Makefile.orig Tue Mar 28 22:23:58 2000
++++ Makefile Fri Apr 7 12:21:53 2000
+@@ -19,16 +19,16 @@
+ ########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see bplaysrc/Makefile!)
+
+ # For Linux (and maybe others), use these:
+-CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER
+-DEPS = $(OBJS) makebplay
+-LIBS = -lncurses -lm
+-COPY_A = -a
+-
+-# For FreeBSD (and maybe others), use these:
+ #CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER
+ #DEPS = $(OBJS) makebplay
+ #LIBS = -lncurses -lm
+-#COPY_A = -p
++#COPY_A = -a
++
++# For FreeBSD (and maybe others), use these:
++CFLAGS += -Wall -DTURBO_MEDIAN -DTURBO_BUFFER
++DEPS = $(OBJS) makebplay
++LIBS = -lncurses -lm
++COPY_A = -p
+
+ # For IRIX (and maybe others), use these:
+ #CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER -DSWAP_ENDIAN -DOLD_CURSES