I'd like to use robotgo and I think it *SHOULD* work on FreeBSD, but I'm wondering how to handle the path differences between Linux and FreeBSD.
I can see png.h is in /usr/local/include instead of /usr/include.
I don't want to copy libs from /usr/local/include into /usr/include because that defeats the whole point of the separate directory structure in the first place. I don't believe a nullfs mountpoint would help here, because I want to merge the contents of both directories, nullfs would only allow 1 to win.
I can see png.h is in /usr/local/include instead of /usr/include.
I don't want to copy libs from /usr/local/include into /usr/include because that defeats the whole point of the separate directory structure in the first place. I don't believe a nullfs mountpoint would help here, because I want to merge the contents of both directories, nullfs would only allow 1 to win.