freebsd-ports/audio/cdplay/files/patch-ad
Tim Vanderhoek d088df7687 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)).
1998-06-27 05:35:02 +00:00

12 lines
299 B
Plaintext

diff -ur ../cdplay-0.92.orig/cdplay.h ./cdplay.h
--- ../cdplay-0.92.orig/cdplay.h Mon Nov 17 02:21:55 1997
+++ ./cdplay.h Sat Jun 27 00:29:34 1998
@@ -71,6 +71,7 @@
void prev(void);
void stop(void);
void cdpause(void);
+void cdsoftpause(void);
void ff(void);
void rew(void);
void eject(void);