Log Message: graphics/pixmap: Fix build with newer libxpm libXpm version 3.5.17 and above hides the xpm* functions like xpmReadRgbNames that pixmap uses. Solve this by compiling rgb.c from libxpm with pixmap. The function names have been altered to not conflict the the functions in libxpm in versions where they are not hidden.