Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/files/
Date: Thu, 29 Dec 2016 13:14:30
Message-Id: 1483017101.6866a12786bbb0ee769552df25082947a862bb00.soap@gentoo
1 commit: 6866a12786bbb0ee769552df25082947a862bb00
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 23 15:59:44 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:11:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6866a127
7
8 media-gfx/graphicsmagick: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3224
11
12 .../files/graphicsmagick-1.3.20-powerpc.patch | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch
16 deleted file mode 100644
17 index 44a1358..00000000
18 --- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.20-powerpc.patch
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 ---- GraphicsMagick-1.3.20/magick/studio.h
22 -+++ GraphicsMagick-1.3.20/magick/studio.h
23 -@@ -51,12 +51,11 @@
24 - threads. Most CPUs have cache lines of 32 or 64 bytes. IBM Power CPUs have
25 - cache lines of 128 bytes.
26 - */
27 --/* FIXME: C pre-processor does not support comparing strings. */
28 --/* #if defined(MAGICK_TARGET_CPU) && (MAGICK_TARGET_CPU == powerpc) */
29 --/* # define MAGICK_CACHE_LINE_SIZE 128 */
30 --/* #else */
31 --# define MAGICK_CACHE_LINE_SIZE 64
32 --/* #endif */
33 -+#ifdef __powerpc__
34 -+#define MAGICK_CACHE_LINE_SIZE 128
35 -+#else
36 -+#define MAGICK_CACHE_LINE_SIZE 64
37 -+#endif
38 -
39 -
40 - /*