f77d18f8b7
There were two problems building openMSX on NetBSD: 1) The was a name conflict with the funcion bswap16. This only appeared on one file, so the function was prefixed with msx_ to solve it. 2) freetype-config is not located on $PREFIX on NetBSD with native X11. Normally the wrappers abstract this but openmsx was making assumptions and using absolute paths. The solution was to set the distroRoot value to "None" which tells the configure process to not use a path and those finds freetype-configure through the search path. I compiled it, installed it, and executed openMSX with these patches. |
||
---|---|---|
.. | ||
patch-build_detectsys.py | ||
patch-build_libraries.py | ||
patch-build_probe.py | ||
patch-build_version.py | ||
patch-src_video_AviWriter.cc |