Date: Mon, 08 Aug 2022 15:48:04 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 265702] x11-drivers/xf86-video-vesa: Undefined symbol "xf86SlowBcopy" Message-ID: <bug-265702-7141-j0T3j5v1XP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265702-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-265702-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265702 --- Comment #2 from Lena <Lena@lena.kiev.ua> --- Created attachment 235779 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235779&action= =3Dedit existing patch with my addition While upgrading xorg-server from -1.20.14 to -21.1.4, the build was switched from automake to meson. In the distfile for xorg-server-21.1.4 in the directory hw/xfree86/os-support the file Makefile.am contains: SUBDIRS =3D bus @XORG_OS_SUBDIR@ misc $(DRI_SUBDIRS) (to build subdirectory "misc" containing SlowBcopy unconditionally), and in the same directory the file meson.build contains: if host_machine.system() =3D=3D 'linux' srcs_xorg_os_support +=3D [ 'linux/lnx_bell.c', 'linux/lnx_init.c', 'linux/lnx_kmod.c', 'linux/lnx_platform.c', 'linux/lnx_video.c', 'misc/SlowBcopy.c', 'shared/VTsw_usl.c', ] (to build misc/SlowBcopy conditionally: linux only). The port xorg-server-21.1.4 in the subdirectory "files" contains patch-hw_xfree86_os-support_meson.build I wrote an addition to that patch. I'm not sure whether I did that correctl= y, but works for me (amd64). I'm attaching the patch with my addition. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265702-7141-j0T3j5v1XP>