pkgsrc-wip/boinc/patches/patch-aa
2010-04-30 11:18:22 +00:00

15 lines
357 B
Text

$NetBSD: patch-aa,v 1.1 2010/04/30 11:18:22 asau Exp $
No such header file.
--- lib/gui_rpc_client.h.orig 2010-04-30 16:59:47.000000000 +0400
+++ lib/gui_rpc_client.h 2010-04-30 14:46:44.000000000 +0400
@@ -756,7 +756,7 @@
};
#else
-#ifndef _WIN32
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(_WIN32)
#include <xlocale.h>
#endif