summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-04 01:48:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-04 01:48:26 +0000
commite37f7d707be5e8c180498fd527e18d4c06794a0c (patch)
tree5cbc1edac83072e5ff568f8dfb5c49441977368c /tools
parentef1b9c7ca4c6234c02d02d126ad84a307579aafc (diff)
fix tweak with fftw3.h handling
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12168 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-ardour-stack2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build-ardour-stack b/tools/build-ardour-stack
index 11851379f3..cb099330f1 100755
--- a/tools/build-ardour-stack
+++ b/tools/build-ardour-stack
@@ -300,7 +300,7 @@ tar xf aubio-0.3.2.tar.gz
(set -e && cd aubio-0.3.2 && sed '/no-long-double/d' < ./configure > ./configure.XXX && mv ./configure.XXX ./configure && chmod +x ./configure && \
CFLAGS="$GLOBAL_CFLAGS -I$PREFIX" LDFLAGS="$GLOBAL_LDFLAGS" ./configure --prefix=$PREFIX && make && MAKEFLAGS=-j1 make install) || die "aubio build failed"
if [ x$remove_fftw3_h != x ] ; then
- rm /usr/include/fftw3.h
+ sudo rm /usr/include/fftw3.h
fi
# these python lib wants to install to a system-wide location