pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pari23



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 19:20:40 UTC 2026

Modified Files:
        pkgsrc/math/pari23: Makefile

Log Message:
pari23: Fails with C23 default language.

Uses "old-style function definitions".


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/pari23/Makefile

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

Modified files:

Index: pkgsrc/math/pari23/Makefile
diff -u pkgsrc/math/pari23/Makefile:1.19 pkgsrc/math/pari23/Makefile:1.20
--- pkgsrc/math/pari23/Makefile:1.19    Fri Sep 26 20:24:34 2025
+++ pkgsrc/math/pari23/Makefile Sun Jun 14 19:20:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/09/26 20:24:34 prlw1 Exp $
+# $NetBSD: Makefile,v 1.20 2026/06/14 19:20:40 nia Exp $
 
 DISTNAME=      pari-2.3.5
 PKGREVISION=   33
@@ -15,6 +15,11 @@ MAKE_JOBS_SAFE=      no
 USE_LIBTOOL=           yes
 USE_TOOLS+=            perl
 USE_LANGUAGES+=                c c++
+
+# Tons of problems compiling with newer language versions.
+# Uses "old-style function definitions".
+FORCE_C_STD=           gnu89
+
 HAS_CONFIGURE=         yes
 CONFIGURE_ENV+=                LOCALBASE=${LOCALBASE}
 CONFIGURE_ENV+=                PERL5=${PERL5:Q}



Home | Main Index | Thread Index | Old Index