Skip to content

Commit

Permalink
x11-drivers/xf86-video-vesa: adopt freebsd workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
servizig authored and daftaupe committed Aug 12, 2024
1 parent c0da3f6 commit 7e57b5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ports/x11-drivers/xf86-video-vesa/dragonfly/patch-src_vesa.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/vesa.c.orig 2024-07-11 09:29:26 UTC
+++ src/vesa.c
@@ -464,7 +464,7 @@ VESAPciProbe(DriverPtr drv, int entity_n
if (pScrn != NULL) {
VESAPtr pVesa;

-#ifndef __FreeBSD__
+#ifndef __DragonFly__
if (pci_device_has_kernel_driver(dev)) {
ErrorF("vesa: Ignoring device with a bound kernel driver\n");
return FALSE;

0 comments on commit 7e57b5b

Please sign in to comment.