Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/ttmkfdir/files: ttmkfdir-3.0.9-gcc43.patch
Date: Mon, 21 Apr 2008 01:59:38
Message-Id: E1JnlJg-00034z-4M@stork.gentoo.org
1 dirtyepic 08/04/21 01:59:36
2
3 Added: ttmkfdir-3.0.9-gcc43.patch
4 Log:
5 Add GCC 4.3 patch. Bug #214138.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.1 x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/ttmkfdir/files/ttmkfdir-3.0.9-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: ttmkfdir-3.0.9-gcc43.patch
15 ===================================================================
16 diff -Naurp ttmkfdir-3.0.9-orig/directory.cpp ttmkfdir-3.0.9/directory.cpp
17 --- ttmkfdir-3.0.9-orig/directory.cpp 2008-04-20 19:48:00.000000000 -0600
18 +++ ttmkfdir-3.0.9/directory.cpp 2008-04-20 19:48:39.000000000 -0600
19 @@ -1,4 +1,5 @@
20 #include <cctype>
21 +#include <cstring>
22 #include <dirent.h>
23 #include <sys/stat.h>
24 #include <unistd.h>
25
26
27
28 --
29 gentoo-commits@l.g.o mailing list