diff options
Diffstat (limited to 'graphics/png/files/patch-ad')
-rw-r--r-- | graphics/png/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/png/files/patch-ad b/graphics/png/files/patch-ad deleted file mode 100644 index 08efacae5..000000000 --- a/graphics/png/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- pngconf.h.orig Wed May 16 03:52:22 2007 -+++ pngconf.h Mon May 21 13:25:03 2007 -@@ -729,7 +729,7 @@ - * PNG_NO_MMX_CODE disables the use of MMX code without changing the API. - * When MMX code is off, then optimized C replacement functions are used. - */ --#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) -+#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) && defined(__i386__) - # ifndef PNG_ASSEMBLER_CODE_SUPPORTED - # define PNG_ASSEMBLER_CODE_SUPPORTED - # endif |