Index: head/emulators/bochs/files/patch-plugin.h =================================================================== --- head/emulators/bochs/files/patch-plugin.h (nonexistent) +++ head/emulators/bochs/files/patch-plugin.h (revision 446779) @@ -0,0 +1,14 @@ +--- plugin.h.orig 2017-07-27 21:00:33.547902000 +0000 ++++ plugin.h 2017-07-27 21:01:01.818005000 +0000 +@@ -264,7 +264,11 @@ + ((eth_pktmover_c*)bx_devices.pluginNetModCtl->init_module(a,(void*)b,(void*)c,d)) + + ///////// Gameport macro ++#if BX_SUPPORT_GAMEPORT + #define DEV_gameport_set_enabled(a) bx_devices.pluginGameport->set_enabled(a) ++#else ++#define DEV_gameport_set_enabled(a) ++#endif + + + #if BX_HAVE_DLFCN_H Property changes on: head/emulators/bochs/files/patch-plugin.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property