pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/paexec



Module Name:    pkgsrc
Committed By:   otis
Date:           Tue Jun 16 10:38:40 UTC 2020

Modified Files:
        pkgsrc/parallel/paexec: Makefile

Log Message:
paexec: Pull in libmaa

Fix build on platforms without system-wide libmaa, like SmartOS.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/parallel/paexec/Makefile

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

Modified files:

Index: pkgsrc/parallel/paexec/Makefile
diff -u pkgsrc/parallel/paexec/Makefile:1.25 pkgsrc/parallel/paexec/Makefile:1.26
--- pkgsrc/parallel/paexec/Makefile:1.25        Mon Jun  1 16:18:16 2020
+++ pkgsrc/parallel/paexec/Makefile     Tue Jun 16 10:38:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/06/01 16:18:16 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2020/06/16 10:38:40 otis Exp $
 #
 
 DISTNAME=      paexec-1.1.4
@@ -32,5 +32,6 @@ post-install:
        set -e; cd ${WRKSRC}; \
        ${INSTALL_DATA} presentation/paexec.pdf ${DESTDIR}${PREFIX}/share/doc/paexec/
 
+.include "../../devel/libmaa/buildlink3.mk"
 .include "../../devel/mk-configure/mk-c.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index