pkgsrc/emulators/shoebill/patches/patch-sdl-gui_sdl.c
hauke a84d8bb22c Shoebill is an all-new, BSD-licensed Macintosh II emulator designed
from the ground up with the singular goal of running A/UX.
2016-03-23 14:21:03 +00:00

15 lines
391 B
C

$NetBSD: patch-sdl-gui_sdl.c,v 1.1 2016/03/23 14:21:03 hauke Exp $
Fix #include path
--- sdl-gui/sdl.c.orig 2015-09-14 02:11:18.000000000 +0000
+++ sdl-gui/sdl.c
@@ -220,7 +220,7 @@ struct {
#if !((defined WIN32) || (defined _WIN64))
#include <sys/types.h>
#include <pwd.h>
-#include <uuid/uuid.h>
+#include <uuid.h>
#endif
static char* _get_home_dir (const char *terminal_element)