Skip to content

Commit 33f93b9

Browse files
committed
amarok: needs C++17 due to googletest
1 parent 8986cb3 commit 33f93b9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

audio/amarok/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.209 2025/04/24 14:13:09 wiz Exp $
1+
# $NetBSD: Makefile,v 1.210 2025/06/12 06:55:06 wiz Exp $
22

33
DISTNAME= amarok-3.0.0
44
PKGREVISION= 8
@@ -23,6 +23,10 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
2323

2424
INSTALLATION_DIRS+= share/examples/amarok/xdg
2525

26+
# due to googletest
27+
USE_CXX_FEATURES+= c++17
28+
FORCE_CXX_STD= c++17
29+
2630
post-install:
2731
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/amarok_homerc ${DESTDIR}${PREFIX}/share/examples/amarok/xdg
2832

0 commit comments

Comments
 (0)