pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/swirc



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Jan  6 12:28:41 UTC 2022

Modified Files:
        pkgsrc/chat/swirc: Makefile

Log Message:
swirc: enable verbose build and honour CC and CXX.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/swirc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/swirc/Makefile
diff -u pkgsrc/chat/swirc/Makefile:1.1 pkgsrc/chat/swirc/Makefile:1.2
--- pkgsrc/chat/swirc/Makefile:1.1      Wed Jan  5 10:04:10 2022
+++ pkgsrc/chat/swirc/Makefile  Thu Jan  6 12:28:41 2022
@@ -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
 



Home | Main Index | Thread Index | Old Index