On Tue, Jan 12, 2016 at 04:33:16PM +0000, Stuart Henderson wrote: > On 2016/01/11 02:19, Anthony J. Bentley wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2016/01/11 02:19:39 > > > > Modified files: > > emulators/nestopia: Makefile distinfo > > emulators/nestopia/patches: patch-Makefile > > > > Log message: > > Update to nestopia-1.47. > > > > from Ryan Freeman; thanks! > > > > This fails for me, pkglocatedb doesn't find this file anywhere? > > source/unix/gtkui/gtkui.h:11:28: error: gdk/gdkwayland.h: No such file or > directory >
Odd, there should be a patch to disable that? from the diff: Index: patches/patch-source_unix_gtkui_gtkui_h =================================================================== RCS file: patches/patch-source_unix_gtkui_gtkui_h diff -N patches/patch-source_unix_gtkui_gtkui_h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-source_unix_gtkui_gtkui_h 10 Jan 2016 04:47:28 -0000 @@ -0,0 +1,13 @@ +$OpenBSD$ +--- source/unix/gtkui/gtkui.h.orig Sat Jan 9 20:34:22 2016 ++++ source/unix/gtkui/gtkui.h Sat Jan 9 20:34:41 2016 +@@ -8,7 +8,9 @@ + #elif _APPLE + #else + #include <gdk/gdkx.h> ++#ifndef __OpenBSD__ + #include <gdk/gdkwayland.h> ++#endif + #endif + + void gtkui_init(int argc, char *argv[]);
