mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
* 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
This commit is contained in:
parent
f9012ea076
commit
1de8a01db5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26754
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue