diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-11-30 10:51:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-11-30 10:51:24 +0000 |
commit | 877cbe5e05f881cc36be76ebe6ecb92eb986f438 (patch) | |
tree | 7d0c7de2ccfcdeae2192999ccc04e32fe766a74d /gnome-base | |
parent | Fix automagic deps again (bug #191426 comment #8). (diff) | |
download | gentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.tar.gz gentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.tar.bz2 gentoo-2-877cbe5e05f881cc36be76ebe6ecb92eb986f438.zip |
Moving AC_SUBST(LIBS) outside the conditional (bug #191426 comment #9).
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-vfs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gnome-base/gnome-vfs/ChangeLog b/gnome-base/gnome-vfs/ChangeLog index bbaa70522edd..946617a488d6 100644 --- a/gnome-base/gnome-vfs/ChangeLog +++ b/gnome-base/gnome-vfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-vfs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.274 2007/11/30 10:48:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.275 2007/11/30 10:51:24 jer Exp $ + + 30 Nov 2007; Jeroen Roovers <jer@gentoo.org> + files/gnome-vfs-2.20.1-automagic-deps.patch: + Moving AC_SUBST(LIBS) outside the conditional (bug #191426 comment #9). 30 Nov 2007; Jeroen Roovers <jer@gentoo.org> +files/gnome-vfs-2.20.1-automagic-deps.patch, gnome-vfs-2.20.1.ebuild: diff --git a/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch b/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch index eb5abc559234..11ac34c07214 100644 --- a/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch +++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch @@ -11,8 +11,8 @@ @@ -1189,6 +1190,8 @@ fi - AC_SUBST(ACL_LIBS) +fi + AC_SUBST(ACL_LIBS) + AM_CONDITIONAL(HAVE_POSIX_ACL, test x"$have_posix_acl_support" = x"yes") AM_CONDITIONAL(HAVE_SOLARIS_ACL, test x"$have_solaris_acl_support" = x"yes") |