Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/hexchat/files: hexchat-2.9.4-build.patch
Date: Sun, 31 Mar 2013 15:06:35
Message-Id: 20130331150631.4D4742171D@flycatcher.gentoo.org
1 hasufell 13/03/31 15:06:31
2
3 Modified: hexchat-2.9.4-build.patch
4 Log:
5 make plugin header installation dependent on plugins
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.4 net-irc/hexchat/files/hexchat-2.9.4-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/files/hexchat-2.9.4-build.patch?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/files/hexchat-2.9.4-build.patch?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/hexchat/files/hexchat-2.9.4-build.patch?r1=1.3&r2=1.4
15
16 Index: hexchat-2.9.4-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/hexchat/files/hexchat-2.9.4-build.patch,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- hexchat-2.9.4-build.patch 31 Mar 2013 14:48:53 -0000 1.3
23 +++ hexchat-2.9.4-build.patch 31 Mar 2013 15:06:31 -0000 1.4
24 @@ -135,11 +135,13 @@
25 ACLOCAL_AMFLAGS = -I m4
26 --- hexchat-2.9.4/src/common/Makefile.am
27 +++ hexchat-2.9.4/src/common/Makefile.am
28 -@@ -52,6 +52,8 @@
29 +@@ -52,6 +52,10 @@
30 endif
31 SUBDIRS = $(dbusdir) .
32
33 ++if DO_PLUGIN
34 +include_HEADERS = hexchat-plugin.h
35 ++endif
36 +
37 libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c hexchat.c \
38 history.c ignore.c inbound.c modes.c msproxy.c network.c notify.c \