summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/ChangeLog6
-rw-r--r--net-irc/hexchat/files/hexchat-2.9.4-build.patch4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog
index c5b0414ab4ab..9ee67ddd6924 100644
--- a/net-irc/hexchat/ChangeLog
+++ b/net-irc/hexchat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/hexchat
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.35 2013/03/31 14:29:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.36 2013/03/31 15:06:31 hasufell Exp $
+
+ 31 Mar 2013; Julian Ospald <hasufell@gentoo.org>
+ files/hexchat-2.9.4-build.patch:
+ make plugin header installation dependent on plugins
*hexchat-2.9.4-r1 (31 Mar 2013)
diff --git a/net-irc/hexchat/files/hexchat-2.9.4-build.patch b/net-irc/hexchat/files/hexchat-2.9.4-build.patch
index 2da01c7be944..b4caaf454e27 100644
--- a/net-irc/hexchat/files/hexchat-2.9.4-build.patch
+++ b/net-irc/hexchat/files/hexchat-2.9.4-build.patch
@@ -135,11 +135,13 @@ Subject: build system
ACLOCAL_AMFLAGS = -I m4
--- hexchat-2.9.4/src/common/Makefile.am
+++ hexchat-2.9.4/src/common/Makefile.am
-@@ -52,6 +52,8 @@
+@@ -52,6 +52,10 @@
endif
SUBDIRS = $(dbusdir) .
++if DO_PLUGIN
+include_HEADERS = hexchat-plugin.h
++endif
+
libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \