Skip to content
Snippets Groups Projects
Commit 06dae487 authored by Dag-Erling Smørgrav's avatar Dag-Erling Smørgrav
Browse files

x11-servers/xorg-server: add missing xf86SlowBcopy

PR:		265702
MFH:		2022Q3
Differential Revision: https://reviews.freebsd.org/D36432
parent 565a8a43
No related merge requests found
PORTNAME= xorg
PORTVERSION= 21.1.4
PORTREVISION= 0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-servers
MASTER_SITES= XORG/individual/xserver
......
--- hw/xfree86/os-support/meson.build.orig 2022-07-12 13:27:57.000000000 +0000
+++ hw/xfree86/os-support/meson.build 2022-08-08 23:22:53.349353000 +0000
@@ -111,9 +111,9 @@
--- hw/xfree86/os-support/meson.build.orig 2022-07-12 13:27:57 UTC
+++ hw/xfree86/os-support/meson.build
@@ -96,6 +96,7 @@ elif host_machine.system().endswith('bsd')
'bsd/bsd_VTsw.c',
'bsd/bsd_bell.c',
'bsd/bsd_init.c',
+ 'misc/SlowBcopy.c',
'shared/pm_noop.c'
]
@@ -111,9 +112,9 @@ elif host_machine.system().endswith('bsd')
if host_machine.system() == 'netbsd' or host_machine.system() == 'openbsd'
os_dep += cc.find_library('i386')
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment