pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 21 09:09:40 UTC 2023

Modified Files:
        pkgsrc/net/transmission-qt: Makefile

Log Message:
transmission-qt: always use += with GCC_REQD


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/transmission-qt/Makefile

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

Modified files:

Index: pkgsrc/net/transmission-qt/Makefile
diff -u pkgsrc/net/transmission-qt/Makefile:1.69 pkgsrc/net/transmission-qt/Makefile:1.70
--- pkgsrc/net/transmission-qt/Makefile:1.69    Mon Feb 20 21:49:01 2023
+++ pkgsrc/net/transmission-qt/Makefile Tue Feb 21 09:09:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2023/02/20 21:49:01 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2023/02/21 09:09:40 wiz Exp $
 
 PKGNAME=       transmission-qt-${VERSION}
 PKGREVISION=   2
@@ -16,7 +16,7 @@ CMAKE_ARGS+=  -DENABLE_CLI=OFF
 CMAKE_ARGS+=   -DINSTALL_DOC=OFF
 CMAKE_ARGS+=   -DENABLE_TESTS=OFF
 
-GCC_REQD=              8 # std::filesystem
+GCC_REQD+=             8 # std::filesystem
 
 CONFLICTS+=            Transmission-gui-[0-9]*
 



Home | Main Index | Thread Index | Old Index