Subject: CVS commit: pkgsrc/sysutils/xentools413
From: Manuel Bouyer
Date: 2021-02-05 00:51:51
Message id: 20210204235151.5F2B9FA94@cvs.NetBSD.org

Log Message:
When compiling with -fwhole-program gcc will omit functions which
are not used in the file, even if not declared static.
Add __attribute__((externally_visible)) to memcpy() to force gcc to
include it.
Fixes build on -current (gcc 9)
This is a build fix so no PKGREVISION bump

Files:
RevisionActionfile
1.9modifypkgsrc/sysutils/xentools413/distinfo
1.1addpkgsrc/sysutils/xentools413/patches/patch-.._seabios-rel-1.12.1_src_string.c