shithub: sox

Download patch

ref: 4e023943b0086fab56bca747ece038da14c94172
parent: 8e0b24e434340582d01a78f26c8fdc68c8f9862e
author: Rob Sykes <robs@users.sourceforge.net>
date: Sun Jun 24 05:25:36 EDT 2012

C++ not used, so don't fail if not available

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,7 +65,7 @@
   endif (${variable}1)
 endmacro(optional4)
 
-project(sox)
+project(sox C)
 
 if(CMAKE_COMPILER_IS_GNUCC)
 	add_definitions(-D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -Wno-format -Wno-long-long)