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:51:34
Message-Id: E1Iy3Sv-0001YS-G4@stork.gentoo.org
1 jer 07/11/30 10:51:25
2
3 Modified: gnome-vfs-2.20.1-automagic-deps.patch
4 Log:
5 Moving AC_SUBST(LIBS) outside the conditional (bug #191426 comment #9).
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.2 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.2&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.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch?r1=1.1&r2=1.2
14
15 Index: gnome-vfs-2.20.1-automagic-deps.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnome-vfs-2.20.1-automagic-deps.patch 30 Nov 2007 10:48:46 -0000 1.1
22 +++ gnome-vfs-2.20.1-automagic-deps.patch 30 Nov 2007 10:51:24 -0000 1.2
23 @@ -11,8 +11,8 @@
24 @@ -1189,6 +1190,8 @@
25 fi
26
27 - AC_SUBST(ACL_LIBS)
28 +fi
29 + AC_SUBST(ACL_LIBS)
30 +
31 AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = x"yes")
32 AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = x"yes")
33
34
35
36 --
37 gentoo-commits@g.o mailing list