--- x11-drivers/xf86-video-scfb/Makefile (revision 431798) +++ x11-drivers/xf86-video-scfb/Makefile (working copy) @@ -12,14 +12,6 @@ USE_GITHUB= yes GH_ACCOUNT= rayddteam -USES= libtool pkgconfig -GNU_CONFIGURE= yes -DIST_SUBDIR= xorg/driver -USE_XORG= xorg-server xproto randrproto xi renderproto xextproto \ - inputproto kbproto fontsproto videoproto dri2proto \ - xf86driproto glproto xineramaproto resourceproto \ - scrnsaverproto presentproto -CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' -INSTALL_TARGET= install-strip +XORG_CAT= driver .include --- x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c (revision 431798) +++ x11-drivers/xf86-video-scfb/files/patch-src_scfb__driver.c (working copy) @@ -58,6 +58,17 @@ #endif return mapaddr; } +@@ -366,8 +367,8 @@ ScfbPreInit(ScrnInfoPtr pScrn, int flags + struct fbtype fb; + int default_depth, wstype; + const char *dev; +- char *mod = NULL, *s; +- const char *reqSym = NULL; ++ char *mod = NULL; ++ const char *reqSym = NULL, *s; + Gamma zeros = {0.0, 0.0, 0.0}; + DisplayModePtr mode; + @@ -633,9 +634,9 @@ ScfbShadowInit(ScreenPtr pScreen) }