shithub: sox

Download patch

ref: 288129c5d240041c816bdf932c33d934f469c746
parent: f300dc7f73d28f5b772e3a311e0e792f66bab2c9
author: cbagwell <cbagwell>
date: Mon Dec 30 22:48:44 EST 2002

Change to soxmix.o compile to help Forte compilers

--- a/Changelog
+++ b/Changelog
@@ -45,6 +45,8 @@
     Reported by Pierre Fortin.
   o Fixed bug were memory could be trashed if a input WAV file contained
     a comment.  Found by Rhys Chard.
+  o Change command line to compile soxmix.o slightly to try and make
+    Forte compiler happy.
 
 sox-12.17.3
 -----------
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -78,7 +78,7 @@
 	$(CC) $(LDFLAGS) -o sox sox.o $(LIBS)
 
 soxmix.o: sox.c
-	$(CC) $(CFLAGS) -DSOXMIX -c -o soxmix.o $(srcdir)/sox.c
+	$(CC) $(CFLAGS) -DSOXMIX -c $(srcdir)/sox.c -o soxmix.o
 
 soxmix: libst.a $(GSM_$(GSM_SUPPORT)) soxmix.o
 	$(CC) $(LDFLAGS) -o soxmix soxmix.o $(LIBS)