diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-11 23:25:38 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-11 23:25:38 +0800 |
commit | 66fa832e71f56398aa408c0c7d6417a00aa5875b (patch) | |
tree | 9d631775502d21a3a357f7b97b046022d3e5dbf1 /irc/bitchx | |
parent | 528efc02d3d2a0495fe1e879d9937a9ec0ff64a0 (diff) | |
download | freebsd-ports-gnome-66fa832e71f56398aa408c0c7d6417a00aa5875b.tar.gz freebsd-ports-gnome-66fa832e71f56398aa408c0c7d6417a00aa5875b.tar.zst freebsd-ports-gnome-66fa832e71f56398aa408c0c7d6417a00aa5875b.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
Diffstat (limited to 'irc/bitchx')
-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 |