summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-05 15:25:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-05 15:25:07 (GMT)
commitf9251a3bd4a6f89de0497b6320a9c3f08cd81fe8 (patch)
tree5eb0037dca78e94dcf8192aeda34ffed3c523cd7
parent4c7ca4f49be9eb599b9e598d8ee49088ebe2a3f3 (diff)
downloadmxe-f9251a3bd4a6f89de0497b6320a9c3f08cd81fe8.zip
mxe-f9251a3bd4a6f89de0497b6320a9c3f08cd81fe8.tar.gz
mxe-f9251a3bd4a6f89de0497b6320a9c3f08cd81fe8.tar.bz2
update package graphicsmagick
-rw-r--r--index.html2
-rw-r--r--src/graphicsmagick.mk3
2 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index f07ef96..b960721 100644
--- a/index.html
+++ b/index.html
@@ -1185,7 +1185,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="graphicsmagick-package">graphicsmagick</td>
- <td id="graphicsmagick-version">1.3.14</td>
+ <td id="graphicsmagick-version">1.3.15</td>
<td id="graphicsmagick-website"><a href="http://www.graphicsmagick.org/">GraphicsMagick</a></td>
</tr>
<tr>
diff --git a/src/graphicsmagick.mk b/src/graphicsmagick.mk
index 3f76616..0bfa099 100644
--- a/src/graphicsmagick.mk
+++ b/src/graphicsmagick.mk
@@ -3,7 +3,7 @@
PKG := graphicsmagick
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 7ef5711a18da0a3b6b143548a2a7822597ea416d
+$(PKG)_CHECKSUM := 59ab01a1a8a12b26955c64bb2b660b6283855204
$(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION)
$(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
@@ -20,6 +20,7 @@ define $(PKG)_BUILD
cd '$(1)' && autoconf
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--without-modules \