diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-01-06 12:28:41 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-01-06 12:28:41 +0000 |
commit | 34ca5b6a800d7ad33de962f653d836580d4971f9 (patch) | |
tree | 49e4ab7d294d05066599d3d006ec33e5d7d12d0d /chat | |
parent | 293ee5fad2aba5e22928216faae26332fba87d27 (diff) | |
download | pkgsrc-34ca5b6a800d7ad33de962f653d836580d4971f9.tar.gz |
swirc: enable verbose build and honour CC and CXX.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/swirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/swirc/Makefile b/chat/swirc/Makefile index 3c7a5d219c7..f327935fcb9 100644 --- a/chat/swirc/Makefile +++ b/chat/swirc/Makefile @@ -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 @@ HAS_CONFIGURE= yes 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 |