pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/amarok



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 12 06:55:06 UTC 2025

Modified Files:
        pkgsrc/audio/amarok: Makefile

Log Message:
amarok: needs C++17 due to googletest


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 pkgsrc/audio/amarok/Makefile

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

Modified files:

Index: pkgsrc/audio/amarok/Makefile
diff -u pkgsrc/audio/amarok/Makefile:1.209 pkgsrc/audio/amarok/Makefile:1.210
--- pkgsrc/audio/amarok/Makefile:1.209  Thu Apr 24 14:13:09 2025
+++ pkgsrc/audio/amarok/Makefile        Thu Jun 12 06:55:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2025/04/24 14:13:09 wiz Exp $
+# $NetBSD: Makefile,v 1.210 2025/06/12 06:55:06 wiz Exp $
 
 DISTNAME=      amarok-3.0.0
 PKGREVISION=   8
@@ -23,6 +23,10 @@ MAKE_DIRS+=  ${PKG_SYSCONFDIR}/xdg
 
 INSTALLATION_DIRS+=    share/examples/amarok/xdg
 
+# due to googletest
+USE_CXX_FEATURES+=     c++17
+FORCE_CXX_STD=         c++17
+
 post-install:
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/amarok_homerc ${DESTDIR}${PREFIX}/share/examples/amarok/xdg
 



Home | Main Index | Thread Index | Old Index