Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-skinenigmang/files: imagemagick-6.4.x.diff
Date: Mon, 04 Aug 2008 21:06:36
Message-Id: E1KQ7GD-0007gY-NC@stork.gentoo.org
1 hd_brummy 08/08/04 21:06:33
2
3 Added: imagemagick-6.4.x.diff
4 Log:
5 fix for new imagemagick include dir struct
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-plugins/vdr-skinenigmang/files/imagemagick-6.4.x.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-skinenigmang/files/imagemagick-6.4.x.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-skinenigmang/files/imagemagick-6.4.x.diff?rev=1.1&content-type=text/plain
13
14 Index: imagemagick-6.4.x.diff
15 ===================================================================
16 fix for new imagemagick include dir structur
17 Joerg Bornkessel hd_brummy@g.o 2008 Aug 04
18 diff -Naur skinenigmang-0.0.6.orig/Makefile skinenigmang-0.0.6/Makefile
19 --- skinenigmang-0.0.6.orig/Makefile 2008-08-04 22:39:06.000000000 +0200
20 +++ skinenigmang-0.0.6/Makefile 2008-08-04 22:39:51.000000000 +0200
21 @@ -139,6 +139,7 @@
22 ifdef HAVE_IMAGEMAGICK
23 OBJS += bitmap.o
24 LIBS += -lMagick++
25 +INCLUDES += -I/usr/include/ImageMagick
26 endif
27
28 ifdef HAVE_FREETYPE