pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ap-php
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Dec 27 19:04:48 UTC 2025
Modified Files:
pkgsrc/www/ap-php: Makefile
Log Message:
ap-php: add an explanatory comment about a GCC workaround
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/ap-php/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.63 pkgsrc/www/ap-php/Makefile:1.64
--- pkgsrc/www/ap-php/Makefile:1.63 Sat Dec 27 18:58:25 2025
+++ pkgsrc/www/ap-php/Makefile Sat Dec 27 19:04:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2025/12/27 18:58:25 gutteridge Exp $
+# $NetBSD: Makefile,v 1.64 2025/12/27 19:04:48 gutteridge Exp $
PKGNAME= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
PKGREVISION= 13
@@ -32,6 +32,7 @@ INSTALLATION_DIRS= lib/httpd
.include "../../mk/compiler.mk"
+# Needed for PHP 5.6 with GCC >= 14 on NetBSD.
.if ${PKGSRC_COMPILER:Mgcc}
CFLAGS+= -Wno-error=incompatible-pointer-types -Wno-error=int-conversion
.endif
Home |
Main Index |
Thread Index |
Old Index