diff --git a/srcpkgs/xf86-video-fbdev/patches/cross.patch b/srcpkgs/xf86-video-fbdev/patches/cross.patch new file mode 100644 index 00000000000..583d912f6ea --- /dev/null +++ b/srcpkgs/xf86-video-fbdev/patches/cross.patch @@ -0,0 +1,20 @@ +This macro cannot be normally defined in cross. + +--- src/fbdev.c 2019-04-30 17:41:01.660203681 +0200 ++++ src/fbdev.c 2019-04-30 17:41:07.756263574 +0200 +@@ -1010,7 +1010,6 @@ + fPtr->CloseScreen = pScreen->CloseScreen; + pScreen->CloseScreen = FBDevCloseScreen; + +-#if XV + { + XF86VideoAdaptorPtr *ptr; + +@@ -1019,7 +1018,6 @@ + xf86XVScreenInit(pScreen,ptr,n); + } + } +-#endif + + TRACE_EXIT("FBDevScreenInit"); +