pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/pvm3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 20 09:59:09 UTC 2026

Modified Files:
        pkgsrc/parallel/pvm3: Makefile

Log Message:
pvm3: fix build on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/parallel/pvm3/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/pvm3/Makefile
diff -u pkgsrc/parallel/pvm3/Makefile:1.66 pkgsrc/parallel/pvm3/Makefile:1.67
--- pkgsrc/parallel/pvm3/Makefile:1.66  Fri Jul 22 09:03:16 2022
+++ pkgsrc/parallel/pvm3/Makefile       Tue Jan 20 09:59:09 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/07/22 09:03:16 he Exp $
+# $NetBSD: Makefile,v 1.67 2026/01/20 09:59:09 wiz Exp $
 
 DISTNAME=      pvm3.4.6
 PKGNAME=       pvm-3.4.6
@@ -11,6 +11,9 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.csm.ornl.gov/pvm/pvm_home.html
 COMMENT=       Parallel Virtual Machine libraries and environment
 
+CFLAGS+=       -Wno-implicit-function-declaration
+CFLAGS+=       -Wno-implicit-int
+
 .include "../../mk/bsd.prefs.mk"
 BUILD_DEFS+=           PVM_SSH
 



Home | Main Index | Thread Index | Old Index