hasufell 14/06/02 18:06:05 Added: hexchat-2.10.0-plugins.patch Log: version bump wrt #512130, update live ebuild (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.1 net-irc/hexchat/files/hexchat-2.10.0-plugins.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/files/hexchat-2.10.0-plugins.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/files/hexchat-2.10.0-plugins.patch?rev=1.1&content-type=text/plain Index: hexchat-2.10.0-plugins.patch =================================================================== Date: Mon Jun 2 17:21:25 UTC 2014 Subject: Fix build with plugins enabled backported from https://github.com/hexchat/hexchat/commit/8578a9d52d993f4425259462c01854ea7784c57f#diff-d21d749e7b97744b9c653a6846da8ce5R1128 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1180,7 +1180,11 @@ hexchat_get_info (hexchat_plugin *ph, co switch (hash) { case 0x325acab5: /* libdirfs */ +#ifdef USE_PLUGIN return plugin_get_libdir (); +#else + return NULL; +#endif case 0x14f51cd8: /* version */ return PACKAGE_VERSION;