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:   nia
Date:           Sun Jul  9 10:02:09 UTC 2023

Modified Files:
        pkgsrc/chat/swirc: Makefile

Log Message:
swirc: Require a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/chat/swirc/Makefile:1.19
--- pkgsrc/chat/swirc/Makefile:1.18     Wed Apr 19 08:09:19 2023
+++ pkgsrc/chat/swirc/Makefile  Sun Jul  9 10:02:09 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/04/19 08:09:19 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/09 10:02:09 nia Exp $
 
 DISTNAME=      swirc-3.4.3
 PKGREVISION=   1
@@ -15,6 +15,8 @@ HAS_CONFIGURE=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LANGUAGES=         c c++
 
+GCC_REQD+=     7 # C++17
+
 MAKE_FLAGS+=   Q= CC="${CC}" CXX="${CXX}" LDFLAGS="${LDFLAGS}"
 MAKE_FLAGS+=   DEST_MANUAL=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5



Home | Main Index | Thread Index | Old Index