]> git.pld-linux.org Git - packages/gtatool.git/blob - pfstools2.patch
- fix building with pfstools 2.0
[packages/gtatool.git] / pfstools2.patch
1 --- gtatool-2.0.1/src/conv-pfs/from-pfs.cpp~    2013-04-28 20:24:13.000000000 +0200
2 +++ gtatool-2.0.1/src/conv-pfs/from-pfs.cpp     2015-11-24 00:35:33.834608471 +0100
3 @@ -23,7 +23,7 @@
4  
5  #include <string>
6  
7 -#include <pfs-1.2/pfs.h>
8 +#include <pfs/pfs.h>
9  
10  #include <gta/gta.hpp>
11  
12 --- gtatool-2.0.1/src/conv-pfs/to-pfs.cpp~      2013-04-28 20:24:13.000000000 +0200
13 +++ gtatool-2.0.1/src/conv-pfs/to-pfs.cpp       2015-11-24 00:35:49.311263517 +0100
14 @@ -24,7 +24,7 @@
15  #include <string>
16  #include <limits>
17  
18 -#include <pfs-1.2/pfs.h>
19 +#include <pfs/pfs.h>
20  
21  #include <gta/gta.hpp>
22  
This page took 0.482861 seconds and 3 git commands to generate.