jer 14/09/15 08:48:46 Added: yaps-0.96-string.patch Log: Set S (bug #522700). Respect LDFLAGS. Convert sed script to patch. Convert helpful comment into USE default. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 app-mobilephone/yaps/files/yaps-0.96-string.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-string.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-string.patch?rev=1.1&content-type=text/plain Index: yaps-0.96-string.patch =================================================================== --- a/scr.c +++ b/scr.c @@ -2,6 +2,7 @@ # include "config.h" # include <stdio.h> # include <stdlib.h> +# include <string.h> # include "pager.h" # include "script.h"
