patrick 15/03/11 05:55:27 Added: cocaine-core-0.11.2.5_binutils-2.23-compat.patch Log: Bump for #497290 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 net-misc/cocaine-core/files/cocaine-core-0.11.2.5_binutils-2.23-compat.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/files/cocaine-core-0.11.2.5_binutils-2.23-compat.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/files/cocaine-core-0.11.2.5_binutils-2.23-compat.patch?rev=1.1&content-type=text/plain Index: cocaine-core-0.11.2.5_binutils-2.23-compat.patch =================================================================== commit 771bc9f8055e7baf58011ff7514827b6212f9f51 Author: Andrey Sibiryov <[email protected]> Date: Fri Dec 6 12:51:59 2013 +0400 Added binutils 2.23 compatibility. diff --git a/config.hpp.in b/config.hpp.in index a73fa48..651aa3c 100644 --- a/config.hpp.in +++ b/config.hpp.in @@ -8,5 +8,8 @@ #define COCAINE_VERSION \ COCAINE_MAKE_VERSION(COCAINE_VERSION_MAJOR, COCAINE_VERSION_MINOR, COCAINE_VERSION_RELEASE) +#define PACKAGE "cocaine-core" +#define PACKAGE_VERSION COCAINE_VERSION + #cmakedefine COCAINE_DEBUG #cmakedefine COCAINE_ALLOW_CGROUPS
