Created attachment 163032 [details] patch Currently FindX11.cmake supplies completely wrong paths for X11 libraries. The attached patch fixes this. For simplicity it just kills many old paths, adds the right one, and leaves some white space there. This can probably be improved by putting the right patch under files/. However, my attempt to do this were conflicting with some non-standardized patch (straight from git?) that is already there. Maintainer should take a look.
> Currently FindX11.cmake supplies completely wrong paths for X11 libraries Can you provide a proof? These paths are only used to find X11 includes/libs, so extra entries are irrelevent, and /usr/local/include + /usr/local/lib are already there, and /usr/local is already replaced by ${LOCALBASE} by existing REINPLACE_CMD
The port that this bug blocks tries to locate Xorg libs and fails, and with this patch it succeeds.
Please provide a build log.
For some reason, graphics/aseprite doesn't fail any more without this patch, so closing it.