mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d088df7687
${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)).
12 lines
299 B
Plaintext
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);
|