From 67fa958263d0cc3750288ab31e5c7aef4bac827b Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 17 Oct 2012 00:27:48 +0000 Subject: [PATCH] Make libsoxr build for Audacity on Linux. --- lib-src/libsoxr/configure | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib-src/libsoxr/configure b/lib-src/libsoxr/configure index b18609cce..e5db02c24 100644 --- a/lib-src/libsoxr/configure +++ b/lib-src/libsoxr/configure @@ -1,15 +1,15 @@ -#!/bin/sh - -# SoX Resampler Library Copyright (c) 2007-12 robs@users.sourceforge.net -# Licence for this file: LGPL v2.1 See LICENCE for details. - -# Wrapper to allow easier integration with projects using autotools. - -# Such projects will probably be using static libs so should pass -# -DBUILD_SHARED_LIBS=OFF amongst any other options needed. - -# Autotools options should not be passed to this script. - +#!/bin/sh + +# SoX Resampler Library Copyright (c) 2007-12 robs@users.sourceforge.net +# Licence for this file: LGPL v2.1 See LICENCE for details. + +# Wrapper to allow easier integration with projects using autotools. + +# Such projects will probably be using static libs so should pass +# -DBUILD_SHARED_LIBS=OFF amongst any other options needed. + +# Autotools options should not be passed to this script. + # Configure for Audacity. -# cmake $* . +# cmake $* . cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF .