summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-11-30 10:48:46 +0000
committerJeroen Roovers <jer@gentoo.org>2007-11-30 10:48:46 +0000
commit9663fa40726d742e3756d277c32f5f06ba25fd54 (patch)
treedca132dba74f30126160e3cb1264ec3ba9eeef10 /gnome-base/gnome-vfs/files
parentVersion bump. (diff)
downloadgentoo-2-9663fa40726d742e3756d277c32f5f06ba25fd54.tar.gz
gentoo-2-9663fa40726d742e3756d277c32f5f06ba25fd54.tar.bz2
gentoo-2-9663fa40726d742e3756d277c32f5f06ba25fd54.zip
Fix automagic deps again (bug #191426 comment #8).
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'gnome-base/gnome-vfs/files')
-rw-r--r--gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch19
1 files changed, 19 insertions, 0 deletions
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
new file mode 100644
index 000000000000..eb5abc559234
--- /dev/null
+++ b/gnome-base/gnome-vfs/files/gnome-vfs-2.20.1-automagic-deps.patch
@@ -0,0 +1,19 @@
+--- configure.in. 2007-11-30 04:15:01.000000000 +0100
++++ configure.in 2007-11-30 04:16:21.000000000 +0100
+@@ -1102,6 +1102,7 @@
+ AS_HELP_STRING([--disable-acl],[Don't use libacl support]),
+ [],[enable_acl=yes])
+
++if test "x$enable_acl" = "xyes"; then
+ AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"])
+ AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"])
+ AC_CHECK_LIB(sec,acl,[ACL_LIBS="$ACL_LIBS -lsec"])
+@@ -1189,6 +1190,8 @@
+ fi
+
+ AC_SUBST(ACL_LIBS)
++fi
++
+ 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")
+