diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-11-29 19:00:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-11-29 19:00:31 +0000 |
commit | e813b3545469f6f5a53bb9b97fc149ffc451eb0f (patch) | |
tree | b8f58834946712ad1d9238adfd6ff03b5bd55a0f /app-editors/gedit/files | |
parent | fix order of variables/inherit (diff) | |
download | gentoo-2-e813b3545469f6f5a53bb9b97fc149ffc451eb0f.tar.gz gentoo-2-e813b3545469f6f5a53bb9b97fc149ffc451eb0f.tar.bz2 gentoo-2-e813b3545469f6f5a53bb9b97fc149ffc451eb0f.zip |
Apply a new libattr patch to 2.20.3 (bug #191989).
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'app-editors/gedit/files')
-rw-r--r-- | app-editors/gedit/files/gedit-2.20.3-libattr.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/gedit/files/gedit-2.20.3-libattr.patch b/app-editors/gedit/files/gedit-2.20.3-libattr.patch new file mode 100644 index 000000000000..3237bb614770 --- /dev/null +++ b/app-editors/gedit/files/gedit-2.20.3-libattr.patch @@ -0,0 +1,11 @@ +--- configure.ac. 2007-10-18 11:12:44.000000000 +0200 ++++ configure.ac 2007-11-29 19:41:10.000000000 +0100 +@@ -139,8 +139,6 @@ + dnl libattr checks + dnl ================================================================ + +-AC_CHECK_LIB(attr, attr_copy_fd) +- + AC_MSG_CHECKING([whether libattr support is requested]) + AC_ARG_ENABLE([attr], + AS_HELP_STRING([--enable-attr],[Enable libattr support]), |