diff options
Diffstat (limited to 'graphics/gimp/patches/patch-af')
-rw-r--r-- | graphics/gimp/patches/patch-af | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/gimp/patches/patch-af b/graphics/gimp/patches/patch-af deleted file mode 100644 index f174fa00974..00000000000 --- a/graphics/gimp/patches/patch-af +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-af,v 1.3 2006/06/26 21:12:53 wiz Exp $ - ---- app/composite/gimp-composite-sse.c.orig 2005-08-15 10:07:03.000000000 +0000 -+++ app/composite/gimp-composite-sse.c -@@ -113,7 +113,7 @@ gimp_composite_addition_rgba8_rgba8_rgba - asm("emms"); - } - -- -+#if 0 - void - gimp_composite_burn_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op) - { -@@ -229,7 +229,7 @@ gimp_composite_burn_rgba8_rgba8_rgba8_ss - - asm("emms"); - } -- -+#endif - - void - gimp_composite_darken_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op) |