pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php56



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Dec 27 18:02:13 UTC 2025

Modified Files:
        pkgsrc/lang/php56: Makefile

Log Message:
php56: fix builds on NetBSD with GCC >= 14


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php56/Makefile

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

Modified files:

Index: pkgsrc/lang/php56/Makefile
diff -u pkgsrc/lang/php56/Makefile:1.45 pkgsrc/lang/php56/Makefile:1.46
--- pkgsrc/lang/php56/Makefile:1.45     Wed Jul  9 10:22:20 2025
+++ pkgsrc/lang/php56/Makefile  Sat Dec 27 18:02:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2025/07/09 10:22:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2025/12/27 18:02:13 gutteridge Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
@@ -48,6 +48,7 @@ CFLAGS+=      -DSQLITE_ENABLE_LOCKING_STYLE=0
 
 .if ${PKGSRC_COMPILER:Mgcc}
 CFLAGS+=       -Wno-error=incompatible-pointer-types   # libxml2 API
+CFLAGS+=       -Wno-error=int-conversion  # GCC >= 14 default
 .endif
 
 pre-configure:



Home | Main Index | Thread Index | Old Index