Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/k3b k3b: allow noop on fix-moc SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4f30432c793
branches:  trunk
changeset: 432657:e4f30432c793
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:38:27 2020 +0000

description:
k3b: allow noop on fix-moc SUBST.

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

diffstat:

 sysutils/k3b/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b405182f7beb -r e4f30432c793 sysutils/k3b/Makefile
--- a/sysutils/k3b/Makefile     Sun May 24 01:30:21 2020 +0000
+++ b/sysutils/k3b/Makefile     Sun May 24 01:38:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/05/23 10:31:04 markd Exp $
+# $NetBSD: Makefile,v 1.112 2020/05/24 01:38:27 markd Exp $
 
 DISTNAME=      k3b-${KAPPSVER}
 PKGREVISION=   4
@@ -33,6 +33,7 @@
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/plugins/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 MAKE_DIRS+=            ${PKG_SYSCONFDIR}/xdg



Home | Main Index | Thread Index | Old Index