diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 15:25:38 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 15:25:38 +0000 |
commit | 1de8a01db5a3d21e204fe93968eb214b0c2232fa (patch) | |
tree | d0e02d3a250b38f95aa589bcf9744c7c54407805 | |
parent | f9012ea07672e93138b1636c47f07496d69e1ed5 (diff) | |
download | freebsd-ports-1de8a01db5a3d21e204fe93968eb214b0c2232fa.zip |
* 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 <dozprompt@onsea.com>. This will enable
a few aliases for services commands.
PR: 17078
Submitted by: Maintainer
-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 |