diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-06 20:18:00 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-06 20:18:00 +0000 |
commit | b0145a13655cdf02f228f07b376e58a825e28b78 (patch) | |
tree | eac91196d7ae193597d55e04353d146969f54f7b /extra/imagemagick | |
parent | 3f7a594e5ed077eadf16cad40d023c4835c68501 (diff) |
Fri May 6 20:18:00 UTC 2011
Diffstat (limited to 'extra/imagemagick')
-rw-r--r-- | extra/imagemagick/libpng_mmx_patch_x86_64.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/imagemagick/libpng_mmx_patch_x86_64.patch b/extra/imagemagick/libpng_mmx_patch_x86_64.patch deleted file mode 100644 index d86449a28..000000000 --- a/extra/imagemagick/libpng_mmx_patch_x86_64.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur ImageMagick-6.2.7.orig/coders/png.c ImageMagick-6.2.7/coders/png.c ---- ImageMagick-6.2.7.orig/coders/png.c 2006-05-21 12:35:55.784852536 +0200 -+++ ImageMagick-6.2.7/coders/png.c 2006-05-21 12:36:50.698504392 +0200 -@@ -164,6 +164,8 @@ - #define PNG_MAX_UINT (png_uint_32) 0x7fffffffL - #endif - -+#undef PNG_ASSEMBLER_CODE_SUPPORTED -+ - /* - Constant strings for known chunk types. If you need to add a chunk, - add a string holding the name here. To make the code more |