pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/blackbox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Aug 11 22:17:57 UTC 2023

Modified Files:
        pkgsrc/wm/blackbox: Makefile

Log Message:
blackbox: move C++03 from USE_LANGUAGES to FORCE_CXX_STD


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/wm/blackbox/Makefile

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

Modified files:

Index: pkgsrc/wm/blackbox/Makefile
diff -u pkgsrc/wm/blackbox/Makefile:1.42 pkgsrc/wm/blackbox/Makefile:1.43
--- pkgsrc/wm/blackbox/Makefile:1.42    Sun Jan 29 21:15:01 2023
+++ pkgsrc/wm/blackbox/Makefile Fri Aug 11 22:17:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/01/29 21:15:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2023/08/11 22:17:57 gutteridge Exp $
 
 DISTNAME=      blackbox-0.77
 PKGREVISION=   3
@@ -18,11 +18,13 @@ CONFLICTS+= blackbox70-[0-9]*
 SUPERSEDES+=   blackbox70-[0-9]*
 PREV_PKGPATH=  wm/blackbox70
 
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 GNU_CONFIGURE= YES
 
+FORCE_CXX_STD= c++03
+
 REPLACE_SH=    util/bsetbg
 
 CXXFLAGS.Linux+=       -fpermissive



Home | Main Index | Thread Index | Old Index