Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs/files: gnome-vfs-2.20.1-automagic-deps.patch
Date: Fri, 30 Nov 2007 10:48:58
Message-Id: E1Iy3QM-0001Wu-Iu@stork.gentoo.org
1 jer 07/11/30 10:48:46
2
3 Added: gnome-vfs-2.20.1-automagic-deps.patch
4 Log:
5 Fix automagic deps again (bug #191426 comment #8).
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.1 gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch?rev=1.1&content-type=text/plain
13
14 Index: gnome-vfs-2.20.1-automagic-deps.patch
15 ===================================================================
16 --- configure.in. 2007-11-30 04:15:01.000000000 +0100
17 +++ configure.in 2007-11-30 04:16:21.000000000 +0100
18 @@ -1102,6 +1102,7 @@
19 AS_HELP_STRING([--disable-acl],[Don't use libacl support]),
20 [],[enable_acl=yes])
21
22 +if test "x$enable_acl" = "xyes"; then
23 AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"])
24 AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
25 AC_CHECK_LIB(sec,acl,[ACL_LIBS="$ACL_LIBS -lsec"])
26 @@ -1189,6 +1190,8 @@
27 fi
28
29 AC_SUBST(ACL_LIBS)
30 +fi
31 +
32 AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = x"yes")
33 AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = x"yes")
34
35
36
37
38 --
39 gentoo-commits@g.o mailing list