pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitchx bitchx: Build with IPv6 support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9e5da260847
branches:  trunk
changeset: 456502:a9e5da260847
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 01 12:52:39 2021 +0000

description:
bitchx: Build with IPv6 support.

diffstat:

 chat/bitchx/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 13b57c89f895 -r a9e5da260847 chat/bitchx/Makefile
--- a/chat/bitchx/Makefile      Sun Aug 01 12:39:46 2021 +0000
+++ b/chat/bitchx/Makefile      Sun Aug 01 12:52:39 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2020/04/23 19:49:27 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2021/08/01 12:52:39 nia Exp $
 
 DISTNAME=      bitchx-1.2.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bitchx/}
 
@@ -12,7 +12,13 @@
 
 USE_TOOLS+=    bash
 
+.include "../../mk/bsd.prefs.mk"
+
 GNU_CONFIGURE=         YES
+
+.if ${IPV6_READY:tl} == "yes"
+CONFIGURE_ARGS+=       --enable-ipv6
+.endif
 CONFIGURE_ARGS+=       --with-ssl
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share
 CONFIG_SHELL=          ${TOOLS_PATH.bash}



Home | Main Index | Thread Index | Old Index