git: 4109f93d01ca - main - benchmarks/kdiskmark: unbreak the build after recent KDE changes

Alexey Dokuchaev danfe at FreeBSD.org
Sun Jul 11 16:41:56 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4109f93d01ca3756dc0f7cb31a72bfbe9203dfd2

commit 4109f93d01ca3756dc0f7cb31a72bfbe9203dfd2
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-07-11 16:37:52 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-07-11 16:38:00 +0000

    benchmarks/kdiskmark: unbreak the build after recent KDE changes
    
    Reported by:    pkg-fallout
---
 benchmarks/kdiskmark/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/kdiskmark/Makefile b/benchmarks/kdiskmark/Makefile
index e0f8b39534e7..f85b77a86154 100644
--- a/benchmarks/kdiskmark/Makefile
+++ b/benchmarks/kdiskmark/Makefile
@@ -18,7 +18,7 @@ GH_PROJECT=	KDiskMark
 USES=		cmake compiler:c++11-lang kde:5 qt:5
 USE_QT=		buildtools_build linguisttools_build qmake_build \
 		core gui widgets
-USE_KDE=	auth coreaddons
+USE_KDE=	ecm_build auth coreaddons
 
 post-patch:
 	@${REINPLACE_CMD} -e '/--ioengine=/s,libaio,posixaio,' \


More information about the dev-commits-ports-all mailing list