pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug  5 10:04:41 UTC 2024

Modified Files:
        pkgsrc/security/heimdal: Makefile

Log Message:
heimdal: add -Wno-error=implicit-function-declaration

Several of the configure tests are broken with GCC 14.
In this case it is easier to just let it do it's broken thing.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/security/heimdal/Makefile

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

Modified files:

Index: pkgsrc/security/heimdal/Makefile
diff -u pkgsrc/security/heimdal/Makefile:1.164 pkgsrc/security/heimdal/Makefile:1.165
--- pkgsrc/security/heimdal/Makefile:1.164      Wed May 29 16:34:14 2024
+++ pkgsrc/security/heimdal/Makefile    Mon Aug  5 10:04:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.164 2024/05/29 16:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.165 2024/08/05 10:04:41 tnn Exp $
 
 DISTNAME=      heimdal-7.8.0
 PKGREVISION=   8
@@ -44,6 +44,8 @@ CONFIGURE_ARGS+=      ${ABI:D--with-mips-abi=
 CONFIGURE_ENV+=                COMPILE_ET=no   # build Heimdal's compile_et(1)
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN}
 
+CFLAGS+=               -Wno-error=implicit-function-declaration
+
 .include "../../mk/bdb.buildlink3.mk"
 
 # XXX Don't detect db1 when a newer version is available; otherwise build fails



Home | Main Index | Thread Index | Old Index