head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.22.09.00.14; author bouyer; state Exp; branches; next ; commitid Ltq5S1fi9LiRKH7G; desc @@ 1.1 log @Add xenkernel420 and xentools420 packages version 20250821, providing Xen kernels and tools from the stable-4.20 branch (as of 20250821). @ text @$NetBSD: patch-xen_include_Makefile,v 1.1 2023/11/21 11:37:03 bouyer Exp $ also filter out flags added by pkgsrc --- xen/include/Makefile.orig 2025-08-04 15:22:34.000000000 +0200 +++ xen/include/Makefile 2025-08-21 16:36:25.971142122 +0200 @@@@ -56,7 +56,7 @@@@ cmd_stub_h = echo '/* SAF-9-safe empty header */' >$@@ quiet_cmd_compat_i = CPP $@@ -cmd_compat_i = $(CPP) $(filter-out -Wa$(comma)% -include %/include/xen/config.h,$(XEN_CFLAGS)) $(cppflags-y) -o $@@ $< +cmd_compat_i = $(CPP) $(filter-out -Wa$(comma)% -g3 -include %/include/xen/config.h,$(XEN_CFLAGS)) $(cppflags-y) -o $@@ $< quiet_cmd_compat_c = GEN $@@ cmd_compat_c = \ @