summaryrefslogtreecommitdiff
path: root/audio/cdplay/files/patch-aa
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-06-27 05:35:02 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-06-27 05:35:02 +0000
commitd088df7687e6657abf102e67c12c220528d927c9 (patch)
tree3ac686b15404bbaf64ba3b938d866552171ab7cb /audio/cdplay/files/patch-aa
parentRemove NO_CONFIGURE and NO_PATCH, they never meant anything. (diff)
Add patches to support IDE cd-roms. While I'm here, respect
${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)).
Notes
Notes: svn path=/head/; revision=11553
Diffstat (limited to 'audio/cdplay/files/patch-aa')
-rw-r--r--audio/cdplay/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/cdplay/files/patch-aa b/audio/cdplay/files/patch-aa
new file mode 100644
index 000000000000..31decc602877
--- /dev/null
+++ b/audio/cdplay/files/patch-aa
@@ -0,0 +1,18 @@
+diff -ur ../cdplay-0.92.orig/Makefile ./Makefile
+--- ../cdplay-0.92.orig/Makefile Fri Nov 7 19:32:07 1997
++++ ./Makefile Sat Jun 27 00:36:45 1998
+@@ -26,11 +26,11 @@
+ BIN=cdplay
+ CDDEVICE=\"/dev/rcd0c\"
+ OPTIMISE=-O2
+-CFLAGS=-c -ansi -pedantic -Wall
++CFLAGS+=-c -ansi -pedantic -Wall
+ LFLAGS=-ltermcap
+ OFILES=cd.o term.o main.o sound.o
+-MANPATH=/usr/local/man/man1/
+-BINPATH=/usr/local/bin/
++MANPATH=${PREFIX}/man/man1/
++BINPATH=${PREFIX}/bin/
+
+ all: main term cd sound link
+