Dash:
[t2.git] / package / graphic / imagemagick / error_t.patch.uclibc
blobc29ff9174caec1b877dabda25b3de89f087fce44
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../imagemagick/error_t.patch.uclibc
5 # Copyright (C) 2006 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ImageMagick-6.3.4.old/configure     2007-05-12 05:49:25.000000000 +0200
18 +++ ImageMagick-6.3.4.new/configure     2007-05-21 16:53:32.000000000 +0200
19 @@ -9484,6 +9484,8 @@ cat >>conftest.$ac_ext <<_ACEOF
20  /* end confdefs.h.  */
21  #if HAVE_ARGZ_H
22  #  include <argz.h>
23 +#else
24 +#  include <errno.h>
25  #endif
27  typedef error_t ac__type_new_;