diff options
-rw-r--r-- | irc/bitchx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |