pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kdelibs4support



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 01:17:57 UTC 2020

Modified Files:
        pkgsrc/x11/kdelibs4support: Makefile

Log Message:
kdelibs4support: 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.42 -r1.43 pkgsrc/x11/kdelibs4support/Makefile

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

Modified files:

Index: pkgsrc/x11/kdelibs4support/Makefile
diff -u pkgsrc/x11/kdelibs4support/Makefile:1.42 pkgsrc/x11/kdelibs4support/Makefile:1.43
--- pkgsrc/x11/kdelibs4support/Makefile:1.42    Sun Apr 12 08:28:11 2020
+++ pkgsrc/x11/kdelibs4support/Makefile Sun May 24 01:17:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/04/12 08:28:11 adam Exp $
+# $NetBSD: Makefile,v 1.43 2020/05/24 01:17:57 markd Exp $
 
 DISTNAME=      kdelibs4support-${KF5VER}
 PKGREVISION=   3
@@ -51,6 +51,7 @@ SUBST_MESSAGE.fix-moc=        Cleaning up MOC i
 SUBST_FILES.fix-moc=   _KDE_build/src/solid-networkstatus/kded/CMakeFiles/kded_networkstatus_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/src/kssl/kcm/CMakeFiles/kcm_ssl_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/autotests/CMakeFiles/klibloadertestmodule5_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../misc/kemoticons/buildlink3.mk"



Home | Main Index | Thread Index | Old Index