Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey/files: pixman-supplement.patch
Date: Sat, 03 May 2014 06:25:58
Message-Id: 20140503062553.245112004C@flycatcher.gentoo.org
1 polynomial-c 14/05/03 06:25:53
2
3 Added: pixman-supplement.patch
4 Log:
5 Security bump (bug #509050)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 www-client/seamonkey/files/pixman-supplement.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/pixman-supplement.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey/files/pixman-supplement.patch?rev=1.1&content-type=text/plain
14
15 Index: pixman-supplement.patch
16 ===================================================================
17
18 # HG changeset patch
19 # User Jan Beich <jbeich@×××××××.org>
20 # Date 1397136910 14400
21 # Node ID c27f7537bc1b10e9127d8f7252657b7b2bf00db3
22 # Parent 80a530af380d1a54004c4d6492052bf6a241d578
23 Bug 993467 - Follow-up to bug 941595 to unbreak --with-system-pixman after bug 845874. r=Standard8
24 CLOSED TREE
25
26 diff --git a/config/config.mk b/config/config.mk
27 --- a/config/config.mk
28 +++ b/config/config.mk
29 @@ -402,17 +402,17 @@ TAR_CREATE_FLAGS = -chf
30 MY_CONFIG := $(DEPTH)/config/myconfig.mk
31 MY_RULES := $(DEPTH)/config/myrules.mk
32
33 #
34 # Default command macros; can be overridden in <arch>.mk.
35 #
36 CCC = $(CXX)
37
38 -OS_INCLUDES += $(NSPR_CFLAGS) $(NSS_CFLAGS) $(MOZ_JPEG_CFLAGS) $(MOZ_PNG_CFLAGS) $(MOZ_ZLIB_CFLAGS)
39 +OS_INCLUDES += $(NSPR_CFLAGS) $(NSS_CFLAGS) $(MOZ_JPEG_CFLAGS) $(MOZ_PNG_CFLAGS) $(MOZ_ZLIB_CFLAGS) $(MOZ_PIXMAN_CFLAGS)
40
41 INCLUDES = \
42 $(LOCAL_INCLUDES) \
43 -I$(srcdir) \
44 -I. \
45 -I$(DIST)/include -I$(DIST)/include/nsprpub \
46 $(if $(LIBXUL_SDK),-I$(LIBXUL_SDK)/include -I$(LIBXUL_SDK)/include/nsprpub) \
47 $(OS_INCLUDES) \