summaryrefslogtreecommitdiff
path: root/math/fftw/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-07-07 18:02:01 +0000
committeradam <adam@pkgsrc.org>2006-07-07 18:02:01 +0000
commit06c78fe2329fbbff17adddfc0cb1c6ddca9b262a (patch)
treef13aace2ee33957140fac47858ffc5d238db4ca6 /math/fftw/Makefile
parentfa5ba3b56b714f8f7bf0626e2dad5c6f7ea7e86a (diff)
downloadpkgsrc-06c78fe2329fbbff17adddfc0cb1c6ddca9b262a.tar.gz
Changes 3.1.2:
* Correct bug in configure script: --enable-portable-binary option was ignored! * Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use either if we are using gcc. * Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken, and suggest a workaround. configure script now detects Core/Duo arch. * Use -maltivec when checking for altivec.h.
Diffstat (limited to 'math/fftw/Makefile')
-rw-r--r--math/fftw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 840e138ffdf..c37344158b7 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/05/24 19:24:40 adam Exp $
+# $NetBSD: Makefile,v 1.25 2006/07/07 18:02:01 adam Exp $
-DISTNAME= fftw-3.1.1
+DISTNAME= fftw-3.1.2
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://www.fftw.org/
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
PKGCONFIG_OVERRIDE+= fftw.pc.in
-INFO_FILES= # PLIST
+INFO_FILES= yes
TEST_TARGET= check