summaryrefslogtreecommitdiff
path: root/graphics/ipe/patches/patch-ipelib_ipeplatform.cpp
blob: 6a6e4e537ab68d70cdcf3d54296349757c52616e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ipelib_ipeplatform.cpp,v 1.2 2019/01/01 16:34:09 wiz Exp $

Remove unused header that does not exist on NetBSD.
https://github.com/otfried/ipe-issues/issues/201

--- ipelib/ipeplatform.cpp.orig	2016-12-09 14:09:04.000000000 +0000
+++ ipelib/ipeplatform.cpp
@@ -38,7 +38,6 @@
 #include <gdiplus.h>
 #else
 #include <sys/wait.h>
-#include <xlocale.h>
 #include <dirent.h>
 #endif
 #ifdef __APPLE__