summaryrefslogtreecommitdiff
path: root/audio/speex
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-24 23:02:32 +0000
committerwiz <wiz@pkgsrc.org>2011-02-24 23:02:32 +0000
commitfa184c97ae9875d04ea4d68927f6441db1e31245 (patch)
treef9992525baf20e4a6a113ef069820f788f884d11 /audio/speex
parent26ecfe862a6e9d8399c371d95333ae545a16fbdb (diff)
downloadpkgsrc-fa184c97ae9875d04ea4d68927f6441db1e31245.tar.gz
Fix fftw option, reported by Thomas Mueller on pkgsrc-users.
Diffstat (limited to 'audio/speex')
-rw-r--r--audio/speex/options.mk6
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