pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/okular



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 01:45:31 UTC 2020

Modified Files:
        pkgsrc/print/okular: Makefile

Log Message:
okular: allow noop on fix-moc SUBST.

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


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/print/okular/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/okular/Makefile
diff -u pkgsrc/print/okular/Makefile:1.97 pkgsrc/print/okular/Makefile:1.98
--- pkgsrc/print/okular/Makefile:1.97   Fri May 22 10:56:34 2020
+++ pkgsrc/print/okular/Makefile        Sun May 24 01:45:31 2020
@@ -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_STAGE.fix-moc=  post-configure
 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