Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gif2apng/files: gif2apng-1.9-flags.patch
Date: Sat, 03 May 2014 08:54:29
Message-Id: 20140503085425.3546E2004C@flycatcher.gentoo.org
1 radhermit 14/05/03 08:54:25
2
3 Added: gif2apng-1.9-flags.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 media-gfx/gif2apng/files/gif2apng-1.9-flags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gif2apng/files/gif2apng-1.9-flags.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gif2apng/files/gif2apng-1.9-flags.patch?rev=1.1&content-type=text/plain
14
15 Index: gif2apng-1.9-flags.patch
16 ===================================================================
17 --- gif2apng-1.9-src/Makefile
18 +++ gif2apng-1.9-src/Makefile
19 @@ -1,10 +1,9 @@
20 PACKAGE = gif2apng
21 CC = gcc
22 SRC_DIRS = . 7z zopfli
23 -CFLAGS = -Wall -pedantic
24 -CFLAGS_OPT = -O2
25 +CFLAGS += -Wall -pedantic
26 +CFLAGS_OPT =
27 CFLAGS_7Z = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses
28 -LDFLAGS = -s
29 LIBS = -lstdc++ -lm -lz
30
31 INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))