aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 15:25:38 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 15:25:38 +0000
commit1de8a01db5a3d21e204fe93968eb214b0c2232fa (patch)
treed0e02d3a250b38f95aa589bcf9744c7c54407805
parentf9012ea07672e93138b1636c47f07496d69e1ed5 (diff)
downloadports-1de8a01db5a3d21e204fe93968eb214b0c2232fa.tar.gz
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
Notes
Notes: svn path=/head/; revision=26754
-rw-r--r--irc/bitchx/Makefile3
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