We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8986cb3 commit 33f93b9Copy full SHA for 33f93b9
1 file changed
audio/amarok/Makefile
@@ -1,4 +1,4 @@
1
-# $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 $
2
3
DISTNAME= amarok-3.0.0
4
PKGREVISION= 8
@@ -23,6 +23,10 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
23
24
INSTALLATION_DIRS+= share/examples/amarok/xdg
25
26
+# due to googletest
27
+USE_CXX_FEATURES+= c++17
28
+FORCE_CXX_STD= c++17
29
+
30
post-install:
31
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/amarok_homerc ${DESTDIR}${PREFIX}/share/examples/amarok/xdg
32
0 commit comments