From 1de8a01db5a3d21e204fe93968eb214b0c2232fa Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sat, 11 Mar 2000 15:25:38 +0000 Subject: * Added a patch so that GTK BitchX will compile * Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h as requested by Cliff Rowley . This will enable a few aliases for services commands. PR: 17078 Submitted by: Maintainer --- irc/bitchx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'irc') diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index ee3b03964597..fdc58b4cc479 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -44,6 +44,9 @@ pre-extract: @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif +pre-patch: + @${PERL} -pi -e "s!#undef WANT_CHAN_NICK_SERV!#define WANT_CHAN_NICK_SERV!" ${WRKSRC}/include/config.h + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help -- cgit v1.2.3