Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/epoch/files: epoch-1.0-fix-CFLAGS.patch
Date: Fri, 07 Feb 2014 13:39:25
Message-Id: 20140207133920.858462004C@flycatcher.gentoo.org
1 tomwij 14/02/07 13:39:20
2
3 Added: epoch-1.0-fix-CFLAGS.patch
4 Log:
5 Version bump to 1.0, fixes bug #500462.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 sys-apps/epoch/files/epoch-1.0-fix-CFLAGS.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/files/epoch-1.0-fix-CFLAGS.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/files/epoch-1.0-fix-CFLAGS.patch?rev=1.1&content-type=text/plain
14
15 Index: epoch-1.0-fix-CFLAGS.patch
16 ===================================================================
17 --- a/buildepoch.sh
18 +++ b/buildepoch.sh
19 @@ -53,6 +53,6 @@
20 }
21
22 -NEED_EMPTY_CFLAGS="0"
23 +NEED_EMPTY_CFLAGS="1"
24 outdir="../built"
25
26 if [ "$CC" == "" ]; then