summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-06-27 18:21:32 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-06-27 18:21:32 (GMT)
commit2e4068966a46501d49e556816b754ff541bfb37a (patch)
tree8d1f00144e057ec46938620099fb7b6f98a926a2
parented6e2fcc885c2787efddc3f1ac199a9bb64e3023 (diff)
downloadmxe-2e4068966a46501d49e556816b754ff541bfb37a.zip
mxe-2e4068966a46501d49e556816b754ff541bfb37a.tar.gz
mxe-2e4068966a46501d49e556816b754ff541bfb37a.tar.bz2
update packages: gcc imagemagick
-rw-r--r--src/gcc-1-mingw-float.patch2
-rw-r--r--src/gcc.mk4
-rw-r--r--src/imagemagick.mk4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/gcc-1-mingw-float.patch b/src/gcc-1-mingw-float.patch
index 41e4a77..5f171d4 100644
--- a/src/gcc-1-mingw-float.patch
+++ b/src/gcc-1-mingw-float.patch
@@ -8,7 +8,7 @@ http://sourceforge.net/tracker/?func=detail&atid=302435&aid=3011968&group_id=243
diff -urN a/gcc/ginclude/float.h b/gcc/ginclude/float.h
--- a/gcc/ginclude/float.h 2009-04-09 17:00:19.000000000 +0200
+++ b/gcc/ginclude/float.h 2010-06-05 12:03:41.887724045 +0200
-@@ -236,3 +236,7 @@
+@@ -275,3 +275,7 @@
#endif /* __STDC_WANT_DEC_FP__ */
#endif /* _FLOAT_H___ */
diff --git a/src/gcc.mk b/src/gcc.mk
index 2fc39af..8db1e6a 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -4,8 +4,8 @@
# GCC
PKG := gcc
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 4.6.0
-$(PKG)_CHECKSUM := dcbb5ce724c4bf87b9ec93473d16b71e9ebac483
+$(PKG)_VERSION := 4.6.1
+$(PKG)_CHECKSUM := 8bf66f7a71534ba564563a0ba0b2517aead8ac30
$(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
$(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://gcc.gnu.org/
diff --git a/src/imagemagick.mk b/src/imagemagick.mk
index 69b00bc..097dd97 100644
--- a/src/imagemagick.mk
+++ b/src/imagemagick.mk
@@ -4,8 +4,8 @@
# ImageMagick
PKG := imagemagick
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 6.7.0-8
-$(PKG)_CHECKSUM := 03b8534d16aee3efc5496817f804d21964be79ad
+$(PKG)_VERSION := 6.7.0-9
+$(PKG)_CHECKSUM := 13cf46f8cef3036e3eeb5144bdd8a2427af3433e
$(PKG)_SUBDIR := ImageMagick-$($(PKG)_VERSION)
$(PKG)_FILE := ImageMagick-$($(PKG)_VERSION).tar.xz
$(PKG)_WEBSITE := http://www.imagemagick.org/