pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/swirc swirc: enable verbose build and honour CC a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b156d823011
branches:  trunk
changeset: 371199:8b156d823011
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Jan 06 12:28:41 2022 +0000

description:
swirc: enable verbose build and honour CC and CXX.

diffstat:

 chat/swirc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4f88aecd37e8 -r 8b156d823011 chat/swirc/Makefile
--- a/chat/swirc/Makefile       Thu Jan 06 11:53:26 2022 +0000
+++ b/chat/swirc/Makefile       Thu Jan 06 12:28:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/05 10:04:10 fcambus Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/06 12:28:41 fcambus Exp $
 
 DISTNAME=      swirc-3.3.3
 CATEGORIES=    chat
@@ -14,6 +14,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
+MAKE_FLAGS+=   Q= CC="${CC}" CXX="${CXX}"
 MAKE_FLAGS+=   DEST_MANUAL=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
 



Home | Main Index | Thread Index | Old Index