net-irc/hexchat: fix libgdiplus.so & Werror errors
authorNicholas Vinson <nvinson234@gmail.com>
Sat, 15 Oct 2016 20:24:12 +0000 (13:24 -0700)
committerDavid Seifert <soap@gentoo.org>
Sun, 16 Oct 2016 17:24:04 +0000 (19:24 +0200)
commit9c77065a52897026dc3cd4c16e8eec9273befc5c
tree31b9a683c10169ab9154fcf3c6199ccf002e8f5e
parenteb57a6e7a337e5f3a51657627932031b80ac6507
net-irc/hexchat: fix libgdiplus.so & Werror errors

Fixes the System.DllNotFounException: libgdiplus.so error when the
theme-manager USE flag is set.  The problem is that only mono[minimal]
is buildable right now, so mono[-minimal] does not work.  However,
mono[minimal] does not pull in libgdiplus.so.  Therefore, the "fix" is
to pull in libgdiplus as a dependency if the user is using
mono[minimal].  Unfortunately, this doesn't fix the mono[-minimal] use
case.

Additionally, removes all Werror* flags from configure.ac.

Gentoo-bug: 578290
Gentoo-bug: 597126

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2563

Signed-off-by: David Seifert <soap@gentoo.org>
net-irc/hexchat/files/hexchat-2.12.2-configure.ac-remove-werror.patch [new file with mode: 0644]
net-irc/hexchat/hexchat-2.12.2-r1.ebuild [new file with mode: 0644]
net-irc/hexchat/hexchat-9999.ebuild