shithub: sox

Download patch

ref: d5fd59203b33798ec9ee952dd827e10213bee4f1
parent: 35342bffcd03fdf9fb0fe62af9b3a8b698bfb889
author: Rob Sykes <robs@users.sourceforge.net>
date: Sun Jun 24 07:43:50 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)