pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/tcl-expect
Module Name: pkgsrc
Committed By: pgoyette
Date: Sat Nov 15 17:15:58 UTC 2025
Modified Files:
pkgsrc/lang/tcl-expect: Makefile
Log Message:
Avoid gcc14 issues
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/tcl-expect/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/tcl-expect/Makefile
diff -u pkgsrc/lang/tcl-expect/Makefile:1.36 pkgsrc/lang/tcl-expect/Makefile:1.37
--- pkgsrc/lang/tcl-expect/Makefile:1.36 Sun Jun 19 22:22:21 2022
+++ pkgsrc/lang/tcl-expect/Makefile Sat Nov 15 17:15:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/06/19 22:22:21 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2025/11/15 17:15:58 pgoyette Exp $
.include "Makefile.common"
@@ -18,6 +18,13 @@ CONFIGURE_ARGS+= --without-x
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q}
+.include "../../mk/compiler.mk"
+.if !empty(CC_VERSION:Mgcc-14.*) || !empty(CC_VERSION:Mgcc-15.*)
+CFLAGS+= -Wno-error=implicit-int
+CFLAGS+= -Wno-error=incompatible-pointer-types
+CFLAGS+= -Wno-error=implicit-function-declaration
+.endif
+
.include "../../mk/bsd.prefs.mk"
# XXX: libexpect should have .dylib suffix
Home |
Main Index |
Thread Index |
Old Index