Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cantor cantor: allow noop on fix-moc SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37cc1e06e2a5
branches:  trunk
changeset: 432655:37cc1e06e2a5
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:24:22 2020 +0000

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

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

diffstat:

 math/cantor/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3492c5103eae -r 37cc1e06e2a5 math/cantor/Makefile
--- a/math/cantor/Makefile      Sun May 24 01:22:42 2020 +0000
+++ b/math/cantor/Makefile      Sun May 24 01:24:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/05/22 10:56:21 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/05/24 01:24:22 markd Exp $
 
 DISTNAME=      cantor-${KAPPSVER}
 PKGREVISION=   7
@@ -58,6 +58,7 @@
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/src/backends/*/CMakeFiles/cantor_*backend_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/src/panelplugins/variablemgr/CMakeFiles/cantor_variablemanagerplugin_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/kpty/buildlink3.mk"



Home | Main Index | Thread Index | Old Index