diff options
Diffstat (limited to 'graphics/png/files/patch-ad')
-rw-r--r-- | graphics/png/files/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/files/patch-ad b/graphics/png/files/patch-ad index 08efacae5b75..a0fae6a011ee 100644 --- a/graphics/png/files/patch-ad +++ b/graphics/png/files/patch-ad @@ -1,9 +1,9 @@ ---- 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. - */ +--- pngconf.h.orig 2007-10-04 15:53:09.000000000 +0400 ++++ pngconf.h 2007-10-13 17:31:06.000000000 +0400 +@@ -737,7 +737,7 @@ + # endif + #endif + -#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 |