Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/plasma-framework plasma-framework: allow noop on f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0da7dea9e5c
branches:  trunk
changeset: 432650:e0da7dea9e5c
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:10:30 2020 +0000

description:
plasma-framework: allow noop on fix-moc SUBST.

fix-moc SUBST is a noop on some platforms, required on others.

diffstat:

 x11/plasma-framework/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e58ce1e4a48f -r e0da7dea9e5c x11/plasma-framework/Makefile
--- a/x11/plasma-framework/Makefile     Sun May 24 01:02:56 2020 +0000
+++ b/x11/plasma-framework/Makefile     Sun May 24 01:10:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/24 01:10:30 markd Exp $
 
 DISTNAME=      plasma-framework-${KF5VER}
 PKGREVISION=   3
@@ -18,6 +18,7 @@
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/kdeclarative/buildlink3.mk"



Home | Main Index | Thread Index | Old Index