summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-14 10:49:12 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-14 10:49:12 (GMT)
commitfdde22f69f958d287f8552936f587b5976b1e3ef (patch)
tree94aff7b5fadba39b7818140b4b186fef36eeb933 /src
parent575aae8190930c2bdf6ea3d15f38ece60af8370f (diff)
parentb727e2003fc543793ba98b57467f7d557b119827 (diff)
downloadmxe-fdde22f69f958d287f8552936f587b5976b1e3ef.zip
mxe-fdde22f69f958d287f8552936f587b5976b1e3ef.tar.gz
mxe-fdde22f69f958d287f8552936f587b5976b1e3ef.tar.bz2
Merge pull request #100 from lsaavedr/downgrade_autoconf_version
packages graphicsmagick and hdf5: downgrade autoconf version requirement
Diffstat (limited to 'src')
-rw-r--r--src/graphicsmagick-2-fix-autoconf-version.patch12
-rw-r--r--src/hdf5-3-fix-autoconf-version.patch12
2 files changed, 24 insertions, 0 deletions
diff --git a/src/graphicsmagick-2-fix-autoconf-version.patch b/src/graphicsmagick-2-fix-autoconf-version.patch
new file mode 100644
index 0000000..fae5239
--- /dev/null
+++ b/src/graphicsmagick-2-fix-autoconf-version.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+--- a/configure.ac
++++ b/configure.ac
+@@ -11,7 +11,7 @@
+ # Written by Bob Friesenhahn <bfriesen@GraphicsMagick.org>
+ #
+
+-AC_PREREQ(2.69)
++AC_PREREQ(2.68)
+ AC_INIT(magick/magick.h)
+
+ # Specify directory where m4 macros may be found.
diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch
new file mode 100644
index 0000000..3c9e4d0
--- /dev/null
+++ b/src/hdf5-3-fix-autoconf-version.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+--- a/configure.ac 2012-12-11 00:17:32.377025807 -0300
++++ b/configure.ac 2012-12-11 00:17:57.589024754 -0300
+@@ -17,7 +17,7 @@
+ ## Initialize configure.
+ ##
+ AC_REVISION($Id: configure.ac 22979 2012-10-27 00:14:40Z acheng $)
+-AC_PREREQ([2.69])
++AC_PREREQ([2.68])
+
+ ## AC_INIT takes the name of the package, the version number, and an
+ ## email address to report bugs. AC_CONFIG_SRCDIR takes a unique file