Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/okular okular: allow noop on fix-moc SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3864b6b03ab1
branches:  trunk
changeset: 432658:3864b6b03ab1
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:45:31 2020 +0000

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

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

diffstat:

 print/okular/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e4f30432c793 -r 3864b6b03ab1 print/okular/Makefile
--- a/print/okular/Makefile     Sun May 24 01:38:27 2020 +0000
+++ b/print/okular/Makefile     Sun May 24 01:45:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/05/22 10:56:34 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/05/24 01:45:31 markd Exp $
 
 DISTNAME=      okular-${KAPPSVER}
 PKGREVISION=   7
@@ -20,6 +20,7 @@
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/generators/*/CMakeFiles/okularGenerator_*_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/CMakeFiles/okularpart_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/chmlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index