eras 14/04/19 10:10:29 Added: mpack-1.6-clang.patch Log: Fix build with clang - bug #507504 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Revision Changes Path 1.1 net-mail/mpack/files/mpack-1.6-clang.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mpack/files/mpack-1.6-clang.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mpack/files/mpack-1.6-clang.patch?rev=1.1&content-type=text/plain Index: mpack-1.6-clang.patch =================================================================== --- uudecode.c 2003-07-21 20:46:37.000000000 +0000 +++ uudecode.c 2014-04-19 10:04:19.000000000 +0000 @@ -845,7 +845,7 @@ } line += 4; } - return; + return 0; }
