pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/p5-Parallel-Pvm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 21 19:44:37 UTC 2026

Modified Files:
        pkgsrc/parallel/p5-Parallel-Pvm: Makefile

Log Message:
p5-Parallel-Pvm: fix build on NetBSD-current.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/parallel/p5-Parallel-Pvm/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/p5-Parallel-Pvm/Makefile
diff -u pkgsrc/parallel/p5-Parallel-Pvm/Makefile:1.36 pkgsrc/parallel/p5-Parallel-Pvm/Makefile:1.37
--- pkgsrc/parallel/p5-Parallel-Pvm/Makefile:1.36       Fri Jul  4 08:47:52 2025
+++ pkgsrc/parallel/p5-Parallel-Pvm/Makefile    Wed Jan 21 19:44:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2025/07/04 08:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2026/01/21 19:44:37 wiz Exp $
 
 DISTNAME=      Parallel-Pvm-1.4.0
 PKGNAME=       p5-${DISTNAME}
@@ -20,6 +20,8 @@ EXAMPLES_DIR=         ${PREFIX}/share/examples/
 
 INSTALLATION_DIRS=     ${EXAMPLES_DIR}
 
+CFLAGS+=       -Wno-implicit-function-declaration
+
 post-build:
 .for f in hello.pl hello_other.pl
        ${SED} -e 's;@exampledir@;${EXAMPLES_DIR};g' -e 's;@perl@;${PERL5};g' \



Home | Main Index | Thread Index | Old Index