diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-24 23:02:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-24 23:02:32 +0000 |
commit | 002e28887e8dfc7ab13f47a90fb581bd57a14708 (patch) | |
tree | f9992525baf20e4a6a113ef069820f788f884d11 /audio | |
parent | 72ffff8cd7eac7a49817f8dd3d2d267d9650bccf (diff) | |
download | pkgsrc-002e28887e8dfc7ab13f47a90fb581bd57a14708.tar.gz |
Fix fftw option, reported by Thomas Mueller on pkgsrc-users.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/speex/options.mk b/audio/speex/options.mk index a7347843e14..fd587e3eb0d 100644 --- a/audio/speex/options.mk +++ b/audio/speex/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2008/11/08 21:12:16 bjs Exp $ +# $NetBSD: options.mk,v 1.2 2011/02/24 23:02:32 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.speex @@ -27,6 +27,6 @@ CONFIGURE_ARGS+= --enable-sse .endif .if !empty(PKG_OPTIONS:Mfftw) -CONFIGURE_ARGS+= --with-fft=fftw3 -. include "../../math/fftw/buildlink3.mk" +CONFIGURE_ARGS+= --with-fft=gpl-fftw3 +. include "../../math/fftwf/buildlink3.mk" .endif |