summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-03-31 15:06:31 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-03-31 15:06:31 +0000
commitbaee206f421201c5cdcf7d4e692314fd61922bd6 (patch)
tree55cd304853f62ae7cac27eb673b0f2d0cd7d7439 /net-irc
parentStable for sparc, wrt bug #463614 (diff)
downloadgentoo-2-baee206f421201c5cdcf7d4e692314fd61922bd6.tar.gz
gentoo-2-baee206f421201c5cdcf7d4e692314fd61922bd6.tar.bz2
gentoo-2-baee206f421201c5cdcf7d4e692314fd61922bd6.zip
make plugin header installation dependent on plugins
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
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 \