From b3dc608babca3c07b76d0d9de3f5347a8c171031 Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Sat, 26 Apr 2014 06:14:56 +0200 Subject: [PATCH] Fix fftw-3.3.4 recipe --- sci-libs/fftw/fftw-3.3.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/fftw/fftw-3.3.4.recipe b/sci-libs/fftw/fftw-3.3.4.recipe index 465634abd..b204e5d57 100644 --- a/sci-libs/fftw/fftw-3.3.4.recipe +++ b/sci-libs/fftw/fftw-3.3.4.recipe @@ -21,7 +21,7 @@ COPYRIGHT=" 2003, 2007-2011 Matteo Frigo 2003, 2007-2011 Massachusetts Institute of Technology " -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -58,6 +58,7 @@ INSTALL() { make install prepareInstalledDevelLib libfftw3 + fixPkgconfig packageEntries devel $developDir }