polynomial-c 15/07/02 07:08:29 Modified: gawk-4.1.3-bsd_configure_readline.patch Log: Fixed gawk-4.1.3-bsd_configure_readline.patch so it applies correctly with -Z option (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.2 sys-apps/gawk/files/gawk-4.1.3-bsd_configure_readline.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.3-bsd_configure_readline.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.3-bsd_configure_readline.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/files/gawk-4.1.3-bsd_configure_readline.patch?r1=1.1&r2=1.2 Index: gawk-4.1.3-bsd_configure_readline.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/files/gawk-4.1.3-bsd_configure_readline.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gawk-4.1.3-bsd_configure_readline.patch 30 Jun 2015 20:31:53 -0000 1.1 +++ gawk-4.1.3-bsd_configure_readline.patch 2 Jul 2015 07:08:29 -0000 1.2 @@ -1,8 +1,8 @@ http://git.savannah.gnu.org/cgit/gawk.git/commit/?id=ac0ef52fe407b89c7968b927c7b2b513cc13963a ---- gawk-4.1.3/configure 2015-05-19 09:38:35.000000000 -0400 -+++ gawk-4.1.3/configure 2015-05-19 09:38:35.000000000 -0400 -@@ -10832,7 +10832,46 @@ +--- gawk-4.1.3/configure 2015-05-19 15:38:35.000000000 +0200 ++++ gawk-4.1.3/configure 2015-05-19 15:38:35.000000000 +0200 +@@ -10825,7 +10825,46 @@ if test $_found_readline = yes ; then case $host_os in @@ -50,8 +50,8 @@ ;; esac ---- gawk-4.1.3/m4/readline.m4 2015-04-05 06:19:19.000000000 -0400 -+++ gawk-4.1.3/m4/readline.m4 2015-04-05 06:19:19.000000000 -0400 +--- gawk-4.1.3/m4/readline.m4 2015-04-05 12:19:19.000000000 +0200 ++++ gawk-4.1.3/m4/readline.m4 2015-04-05 12:19:19.000000000 +0200 @@ -92,7 +92,7 @@ if test $_found_readline = yes ; then @@ -60,4 +60,4 @@ + *bsd* ) AC_CHECK_LIB(termcap, tgetent, _combo="$_combo -ltermcap") ;; esac - AC_DEFINE(HAVE_LIBREADLINE,1, \ No newline at end of file + AC_DEFINE(HAVE_LIBREADLINE,1,
