changeset 2504:330d55ded276

update package graphicsmagick
author Mark Brand <mabrand@mabrand.nl>
date Sat, 05 May 2012 17:25:07 +0200
parents 475923a43d52
children 2a5b8ff1ff5c
files index.html src/graphicsmagick.mk
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sat May 05 17:17:34 2012 +0200
+++ b/index.html	Sat May 05 17:25:07 2012 +0200
@@ -1185,7 +1185,7 @@
     </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>
--- a/src/graphicsmagick.mk	Sat May 05 17:17:34 2012 +0200
+++ b/src/graphicsmagick.mk	Sat May 05 17:25:07 2012 +0200
@@ -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 @@
     cd '$(1)' && autoconf
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --without-modules \