shithub: sox

Download patch

ref: 58d6bc5ea1a29964715b092f61ef4c6481cd6349
parent: 7f3664a28dc44c7dee3eea2e845b286958078704
author: cbagwell <cbagwell>
date: Wed Jan 17 22:32:15 EST 2007

Linking play/rec twice will cause failure on solaris.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,9 +41,12 @@
 libgsm/libgsm.la:
 	$(MAKE) -C libgsm
 
-play rec: sox
+play: sox
 	./sox --help > /dev/null
 	ln -sf .libs/lt-sox rec
+
+rec: sox
+	./sox --help > /dev/null
 	ln -sf .libs/lt-sox play
 
 install-exec-hook: