summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(<plugin2>)
</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 \