Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-ftp/filezilla/files: filezilla-3.7.4-debug.patch
Date: Mon, 10 Feb 2014 00:06:56
Message-Id: 20140210000652.AD9042004E@flycatcher.gentoo.org
1 voyageur 14/02/10 00:06:52
2
3 Added: filezilla-3.7.4-debug.patch
4 Log:
5 Version bump, adds SOCKS4 support
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.1 net-ftp/filezilla/files/filezilla-3.7.4-debug.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.7.4-debug.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/filezilla/files/filezilla-3.7.4-debug.patch?rev=1.1&content-type=text/plain
14
15 Index: filezilla-3.7.4-debug.patch
16 ===================================================================
17 --- configure.ac.orig 2014-02-10 00:55:32.716237174 +0100
18 +++ configure.ac 2014-02-10 00:58:37.390508206 +0100
19 @@ -44,8 +44,8 @@
20 if ! test "$localesonly" = "yes"; then
21
22 if test "X$GCC" = Xyes; then
23 - CFLAGS="$CFLAGS -Wall -g -fexceptions"
24 - CXXFLAGS="$CXXFLAGS -Wall -g -fexceptions"
25 + CFLAGS="$CFLAGS -Wall -fexceptions"
26 + CXXFLAGS="$CXXFLAGS -Wall -fexceptions"
27 fi
28
29 CHECK_CXX0X