Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/mc/files: mc-4.7.0_pre1-undelfs_configure.patch
Date: Wed, 05 Aug 2009 12:22:31
Message-Id: E1MYfVk-0005Ss-OP@stork.gentoo.org
1 ssuominen 09/08/05 12:22:28
2
3 Added: mc-4.7.0_pre1-undelfs_configure.patch
4 Log:
5 Upstream patch for undelfs configure flag.
6 (Portage version: 2.2_rc36/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-misc/mc/files/mc-4.7.0_pre1-undelfs_configure.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.0_pre1-undelfs_configure.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/mc/files/mc-4.7.0_pre1-undelfs_configure.patch?rev=1.1&content-type=text/plain
13
14 Index: mc-4.7.0_pre1-undelfs_configure.patch
15 ===================================================================
16 http://www.midnight-commander.org/ticket/1459
17
18 Patch from upstream git
19
20 diff -ur mc-4.7.0-pre1.orig/configure.ac mc-4.7.0-pre1/configure.ac
21 --- mc-4.7.0-pre1.orig/configure.ac 2009-07-31 19:36:24.000000000 +0300
22 +++ mc-4.7.0-pre1/configure.ac 2009-08-05 15:16:25.000000000 +0300
23 @@ -535,7 +535,7 @@
24 AM_CONDITIONAL(USE_EDIT, [test -n "$use_edit"])
25 AM_CONDITIONAL(USE_VFS, [test "x$use_vfs" = xyes])
26 AM_CONDITIONAL(USE_VFS_NET, [test x"$use_net_code" = xtrue])
27 -AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$use_undelfs"])
28 +AM_CONDITIONAL(USE_UNDEL_FS, [test -n "$enable_vfs_undelfs"])
29 AM_CONDITIONAL(USE_SAMBA_FS, [test -n "$use_smbfs"])
30 AM_CONDITIONAL(ENABLE_MCSERVER, [test x"$enable_mcserver" = "xyes"])
31 AM_CONDITIONAL(CHARSET, [test -n "$have_charset"])