bhyve-fw: drop CSM
[oi-userland.git] / components / library / libwps / patches / 02-helper-path.patch
blob139b7773321e6e12ff8a329949dc42d50e9c6837
1 --- libwps-0.4.6/src/conv/wks2csv/wks2csv.cpp.orig Sat May 6 18:56:29 2017
2 +++ libwps-0.4.6/src/conv/wks2csv/wks2csv.cpp Sat May 6 18:56:41 2017
3 @@ -34,7 +34,7 @@
5 #include <libwps/libwps.h>
7 -#include "helper.h"
8 +#include "../helper/helper.h"
10 using namespace libwps;
12 --- libwps-0.4.6/src/conv/raw/wps2raw.cpp.orig Sat May 6 18:55:28 2017
13 +++ libwps-0.4.6/src/conv/raw/wps2raw.cpp Sat May 6 18:55:41 2017
14 @@ -30,7 +30,7 @@
16 #include <libwps/libwps.h>
18 -#include "helper.h"
19 +#include "../helper/helper.h"
21 #ifdef HAVE_CONFIG_H
22 #include "config.h"
23 --- libwps-0.4.6/src/conv/wks2text/wks2text.cpp.orig Sat May 6 18:57:19 2017
24 +++ libwps-0.4.6/src/conv/wks2text/wks2text.cpp Sat May 6 18:57:31 2017
25 @@ -33,7 +33,7 @@
27 #include <libwps/libwps.h>
29 -#include "helper.h"
30 +#include "../helper/helper.h"
32 #ifdef HAVE_CONFIG_H
33 #include "config.h"
34 --- libwps-0.4.6/src/conv/text/wps2text.cpp.orig Sat May 6 18:56:03 2017
35 +++ libwps-0.4.6/src/conv/text/wps2text.cpp Sat May 6 18:56:16 2017
36 @@ -29,7 +29,7 @@
38 #include <libwps/libwps.h>
40 -#include "helper.h"
41 +#include "../helper/helper.h"
43 using namespace libwps;
45 --- libwps-0.4.6/src/conv/html/wps2html.cpp.orig Sat May 6 18:53:16 2017
46 +++ libwps-0.4.6/src/conv/html/wps2html.cpp Sat May 6 18:54:50 2017
47 @@ -31,7 +31,7 @@
49 #include <libwps/libwps.h>
51 -#include "helper.h"
52 +#include "../helper/helper.h"
54 using namespace libwps;
56 --- libwps-0.4.6/src/conv/wks2raw/wks2raw.cpp.orig Sat May 6 18:56:55 2017
57 +++ libwps-0.4.6/src/conv/wks2raw/wks2raw.cpp Sat May 6 18:57:07 2017
58 @@ -30,7 +30,7 @@
60 #include <libwps/libwps.h>
62 -#include "helper.h"
63 +#include "../helper/helper.h"
65 #ifdef HAVE_CONFIG_H
66 #include "config.h"