]> git.pld-linux.org Git - packages/abiword.git/blob - abiword-tidy.patch
- versioned Obsoletes
[packages/abiword.git] / abiword-tidy.patch
1 --- abiword-3.0.1/plugin-configure.m4.orig      2014-12-23 06:13:14.000000000 +0100
2 +++ abiword-3.0.1/plugin-configure.m4   2016-05-15 17:23:24.841565627 +0200
3 @@ -1612,7 +1612,7 @@
4         inter7eps_found="no"
5  ])
6  
7 -AC_CHECK_HEADERS([tidy/tidy.h],
8 +AC_CHECK_HEADERS([tidy.h],
9  [
10         libtidy_found="yes"
11  ], [
12 --- abiword-3.0.1/plugins/mht/xp/tidyReader.h.orig      2013-04-07 15:53:03.000000000 +0200
13 +++ abiword-3.0.1/plugins/mht/xp/tidyReader.h   2016-05-15 20:06:39.366549827 +0200
14 @@ -24,8 +24,8 @@
15  #ifndef TIDYREADER_H
16  #define TIDYREADER_H
17  
18 -#include <tidy/tidy.h>
19 -#include <tidy/buffio.h>
20 +#include <tidy.h>
21 +#include <buffio.h>
22  
23  #include "ut_xml.h"
24  
This page took 0.065881 seconds and 3 git commands to generate.