pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/avr-gdb
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 20 09:57:40 UTC 2026
Modified Files:
pkgsrc/cross/avr-gdb: Makefile
Log Message:
avr-gdb: fix build on NetBSD-current
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/cross/avr-gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/avr-gdb/Makefile
diff -u pkgsrc/cross/avr-gdb/Makefile:1.24 pkgsrc/cross/avr-gdb/Makefile:1.25
--- pkgsrc/cross/avr-gdb/Makefile:1.24 Sat Jun 8 10:53:26 2019
+++ pkgsrc/cross/avr-gdb/Makefile Tue Jan 20 09:57:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/06/08 10:53:26 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2026/01/20 09:57:40 wiz Exp $
DISTNAME= gdb-7.12.1
PKGNAME= ${DISTNAME:S/^/avr-/}
@@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --target=avr
CONFIGURE_ARGS+= --program-prefix=avr
CONFIGURE_ARGS+= --with-curses
+CFLAGS+= -Wno-implicit-function-declaration
+
# elfread.c is to be included in init.c to support bfd_target_elf_flavour
CONFIGURE_ENV+= gdb_cv_var_elf=yes
MAKE_ENV+= gdb_cv_var_elf=yes
Home |
Main Index |
Thread Index |
Old Index