summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-06 19:47:34 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-06 19:47:34 (GMT)
commitb6fcd2b629107570986bc869c10d0a2ea41f1aea (patch)
tree5c785f4639216cf34cbbba6b4e6a2ddfad4d57e9
parent189d7068c2b15515594079cae360688411151c50 (diff)
downloadmxe-b6fcd2b629107570986bc869c10d0a2ea41f1aea.zip
mxe-b6fcd2b629107570986bc869c10d0a2ea41f1aea.tar.gz
mxe-b6fcd2b629107570986bc869c10d0a2ea41f1aea.tar.bz2
update package fftw
-rw-r--r--index.html2
-rw-r--r--src/fftw.mk5
2 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7ede22e..fa091a0 100644
--- a/index.html
+++ b/index.html
@@ -1045,7 +1045,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="fftw-package">fftw</td>
- <td id="fftw-version">3.3.1</td>
+ <td id="fftw-version">3.3.2</td>
<td id="fftw-website"><a href="http://www.fftw.org/">fftw</a></td>
</tr>
<tr>
diff --git a/src/fftw.mk b/src/fftw.mk
index 82d5189..3bd63d4 100644
--- a/src/fftw.mk
+++ b/src/fftw.mk
@@ -3,7 +3,7 @@
PKG := fftw
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 3fecc492f576503a6a509d2073bd82b3fe0aef13
+$(PKG)_CHECKSUM := 11a8c31186ff5a7d686a79a3f21b2530888e0dc2
$(PKG)_SUBDIR := fftw-$($(PKG)_VERSION)
$(PKG)_FILE := fftw-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.fftw.org/$($(PKG)_FILE)
@@ -20,6 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads \
@@ -29,6 +30,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads \
@@ -38,6 +40,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads \