diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-04-04 18:29:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-04-04 18:29:11 +0000 |
commit | 9398368bf69b86eca90a36aa4d800600b5b10b1d (patch) | |
tree | 28ec607aa07de09e10b2a0ec5e09e41a0147ba95 /sys-apps | |
parent | dev-tcltk/blt: Run eautoreconf to fix problems on prefix (diff) | |
download | gentoo-2-9398368bf69b86eca90a36aa4d800600b5b10b1d.tar.gz gentoo-2-9398368bf69b86eca90a36aa4d800600b5b10b1d.tar.bz2 gentoo-2-9398368bf69b86eca90a36aa4d800600b5b10b1d.zip |
Re-order patch so the source files get patched first.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/files/texinfo-4.13-tinfo.patch | 20 |
2 files changed, 15 insertions, 11 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index c96cb370675c..fdda10255cce 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.126 2013/04/04 05:37:22 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.127 2013/04/04 18:29:11 vapier Exp $ + + 04 Apr 2013; Mike Frysinger <vapier@gentoo.org> + files/texinfo-4.13-tinfo.patch: + Re-order patch so the source files get patched first. 04 Apr 2013; Zac Medico <zmedico@gentoo.org> texinfo-4.13-r2.ebuild: Fix timestamp interaction between patch from bug #457556 and touch all for bug diff --git a/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch b/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch index 2f3c4c37d9dc..10a557a303dd 100644 --- a/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch +++ b/sys-apps/texinfo/files/texinfo-4.13-tinfo.patch @@ -1,24 +1,24 @@ http://bugs.gentoo.org/457556 ---- configure -+++ configure -@@ -17477,7 +17477,7 @@ +--- configure.ac ++++ configure.ac +@@ -130,7 +130,7 @@ # rather ncurses. So we check for it. TERMLIBS= # Check for termlib before termcap because Solaris termcap needs libucb. -TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo" +TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo" for termlib in ${TERMLIB_VARIANTS}; do - as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh` - { $as_echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5 ---- configure.ac -+++ configure.ac -@@ -130,7 +130,7 @@ + AC_CHECK_LIB(${termlib}, tgetent, + [TERMLIBS="${TERMLIBS} -l${termlib}"; break]) +--- configure ++++ configure +@@ -17477,7 +17477,7 @@ # rather ncurses. So we check for it. TERMLIBS= # Check for termlib before termcap because Solaris termcap needs libucb. -TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo" +TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo" for termlib in ${TERMLIB_VARIANTS}; do - AC_CHECK_LIB(${termlib}, tgetent, - [TERMLIBS="${TERMLIBS} -l${termlib}"; break]) + as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh` + { $as_echo "$as_me:$LINENO: checking for tgetent in -l${termlib}" >&5 |