Module Name: xsrc Committed By: macallan Date: Sat Aug 27 15:41:45 UTC 2016
Modified Files: xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c Log Message: fix build for powerpc To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 \ xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c diff -u xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.22 xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.23 --- xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c:1.22 Sat Aug 27 03:46:07 2016 +++ xsrc/external/mit/xf86-video-chips/dist/src/ct_driver.c Sat Aug 27 15:41:45 2016 @@ -1367,7 +1367,7 @@ chipsPreInitHiQV(ScrnInfoPtr pScrn, int #if defined(__arm__) vgaHWSetMmioFuncs(hwp, (CARD8 *)IOPortBase, 0); #elif defined(__powerpc__) - vgaHWSetMmioFuncs(hwp, ioBase, 0); + vgaHWSetMmioFuncs(hwp, (void *)ioBase, 0); #else vgaHWSetStdFuncs(hwp); #endif