From 3a556ac1d4421058eb0ebffd9b7b1ad2d643d844 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 13 Apr 2013 22:28:18 +0200 Subject: [PATCH] fftw: needs libtool to build. --- srcpkgs/fftw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fftw/template b/srcpkgs/fftw/template index 73cbbfd2ea..4a4a395294 100644 --- a/srcpkgs/fftw/template +++ b/srcpkgs/fftw/template @@ -15,7 +15,7 @@ long_desc=" efficiently. FFTW is typically faster than other publically-available FFT implementations, and is even competitive with vendor-tuned libraries." -hostmakedepends="automake gcc-fortran" +hostmakedepends="libtool automake gcc-fortran" pre_configure() { sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac