pkgsrc/emulators/openmsx/patches
marino f77d18f8b7 emulators/openmsx: Fix build for NetBSD
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.
2012-08-27 13:27:33 +00:00
..
patch-build_detectsys.py emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0 2012-08-26 09:07:21 +00:00
patch-build_libraries.py emulators/openmsx: Fix build for NetBSD 2012-08-27 13:27:33 +00:00
patch-build_probe.py emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0 2012-08-26 09:07:21 +00:00
patch-build_version.py emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0 2012-08-26 09:07:21 +00:00
patch-src_video_AviWriter.cc emulators/openmsx: Fix build for NetBSD 2012-08-27 13:27:33 +00:00