From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69B55138AD7 for ; Tue, 24 Feb 2015 16:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFE9BE0824; Tue, 24 Feb 2015 16:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D3C5E0824 for ; Tue, 24 Feb 2015 16:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A30534083D for ; Tue, 24 Feb 2015 16:47:50 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2264) id 4824212767; Tue, 24 Feb 2015 16:47:47 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/seqan/files: seqan-2.0.0-zlib.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: seqan-2.0.0-zlib.patch X-VCS-Directories: sci-biology/seqan/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150224164747.4824212767@oystercatcher.gentoo.org> Date: Tue, 24 Feb 2015 16:47:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db3709e1-cbc0-4468-b51c-b63cbfb81ee3 X-Archives-Hash: 60f5443f6c6f5a8615c56789e2cc7183 jlec 15/02/24 16:47:47 Added: seqan-2.0.0-zlib.patch Log: Version Bump, #540692 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision Changes Path 1.1 sci-biology/seqan/files/seqan-2.0.0-zlib.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/files/seqan-2.0.0-zlib.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/seqan/files/seqan-2.0.0-zlib.patch?rev=1.1&content-type=text/plain Index: seqan-2.0.0-zlib.patch =================================================================== include/seqan/stream/zipstream/zutil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/seqan/stream/zipstream/zutil.h b/include/seqan/stream/zipstream/zutil.h index 2806344..f8b41e6 100644 --- a/include/seqan/stream/zipstream/zutil.h +++ b/include/seqan/stream/zipstream/zutil.h @@ -152,6 +152,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */ /* functions */ +#define OF(x) x #ifdef HAVE_STRERROR extern char *strerror OF((int)); # define zstrerror(errnum) strerror(errnum)