commit: 6866a12786bbb0ee769552df25082947a862bb00 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Dec 23 15:59:44 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Dec 29 13:11:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866a127
media-gfx/graphicsmagick: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3224 .../files/graphicsmagick-1.3.20-powerpc.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch deleted file mode 100644 index 44a1358..00000000 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- GraphicsMagick-1.3.20/magick/studio.h -+++ GraphicsMagick-1.3.20/magick/studio.h -@@ -51,12 +51,11 @@ - threads. Most CPUs have cache lines of 32 or 64 bytes. IBM Power CPUs have - cache lines of 128 bytes. - */ --/* FIXME: C pre-processor does not support comparing strings. */ --/* #if defined(MAGICK_TARGET_CPU) && (MAGICK_TARGET_CPU == powerpc) */ --/* # define MAGICK_CACHE_LINE_SIZE 128 */ --/* #else */ --# define MAGICK_CACHE_LINE_SIZE 64 --/* #endif */ -+#ifdef __powerpc__ -+#define MAGICK_CACHE_LINE_SIZE 128 -+#else -+#define MAGICK_CACHE_LINE_SIZE 64 -+#endif - - - /*
