updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / therion / therion_aur.patch
blobd72c2518b58943c91baed5a166eea2d7cf94c476
1 diff -Naur therion/extern/lxMath.h therion_aur/extern/lxMath.h
2 --- therion/extern/lxMath.h 2006-12-12 04:35:40.000000000 -0800
3 +++ therion_aur/extern/lxMath.h 2011-08-26 10:44:45.158507955 -0700
4 @@ -34,6 +34,7 @@
5 #include <list>
6 #include <vector>
7 #include <map>
8 +#include <cstring>
9 #endif
10 //LXDEPCHECK - standart libraries
12 diff -Naur therion/loch/lxLRUD.h therion_aur/loch/lxLRUD.h
13 --- therion/loch/lxLRUD.h 2006-12-12 04:35:40.000000000 -0800
14 +++ therion_aur/loch/lxLRUD.h 2011-08-26 11:02:14.393779292 -0700
15 @@ -3,6 +3,7 @@
17 // Standard libraries
18 #ifndef LXDEPCHECK
19 +#include <cstring>
20 #endif
21 //LXDEPCHECK - standart libraries
23 diff -Naur therion/loch/lxMath.h therion_aur/loch/lxMath.h
24 --- therion/loch/lxMath.h 2006-12-12 04:35:40.000000000 -0800
25 +++ therion_aur/loch/lxMath.h 2011-08-26 11:03:07.036862925 -0700
26 @@ -34,6 +34,7 @@
27 #include <list>
28 #include <vector>
29 #include <map>
30 +#include <cstring>
31 #endif
32 //LXDEPCHECK - standart libraries
34 diff -Naur therion/loch/Makefile therion_aur/loch/Makefile
35 --- therion/loch/Makefile 2010-02-17 02:18:25.000000000 -0800
36 +++ therion_aur/loch/Makefile 2011-08-26 11:07:21.202895903 -0700
37 @@ -6,7 +6,8 @@
38 lxGUI.o lxGLC.o lxOptDlg.o lxAboutDlg.o \
39 img.o
41 -VTKVERSION = 5.4
42 +#VTKVERSION = 5.4
43 +#VTKVERSION = 5.6
44 VTKLIBS = -lvtkHybrid -lvtkImaging -lvtkIO -lvtkGraphics -lvtkFiltering -lvtkCommon -lvtkjpeg -lvtkpng -lvtkzlib -lvtksys -lfreetype
45 POSTMAKE =
46 STRIPFLAG = -s
47 diff -Naur therion/thbezier.h therion_aur/thbezier.h
48 --- therion/thbezier.h 2007-05-26 18:27:54.000000000 -0700
49 +++ therion_aur/thbezier.h 2011-08-26 10:42:15.352031702 -0700
50 @@ -31,6 +31,7 @@
52 #include <list>
53 #include <vector>
54 +#include <cstring>
57 struct thbezier_point {
58 diff -Naur therion/thconfig.cxx therion_aur/thconfig.cxx
59 --- therion/thconfig.cxx 2009-06-04 06:25:36.000000000 -0700
60 +++ therion_aur/thconfig.cxx 2011-08-26 10:41:21.002395223 -0700
61 @@ -148,7 +148,7 @@
62 const char * winini = "C:/WINDOWS;C:/WINNT;C:/Program files/Therion";
63 const char * wincfg = "C:/Program files/Therion";
64 #else
65 - const char * unixini = "/etc:/usr/etc:/usr/local/etc";
66 + const char * unixini = "/etc/therion:/etc:/usr/etc:/usr/local/etc";
67 const char * unixcfg = "/usr/share/therion:/usr/local/share/therion";
68 #endif
70 diff -Naur therion/thdb2dcp.cxx therion_aur/thdb2dcp.cxx
71 --- therion/thdb2dcp.cxx 2007-05-25 14:51:30.000000000 -0700
72 +++ therion_aur/thdb2dcp.cxx 2011-08-26 10:42:58.652419666 -0700
73 @@ -26,6 +26,7 @@
76 #include "thdb2dcp.h"
77 +#include <cstring>
79 thdb2dcp::thdb2dcp() {
81 diff -Naur therion/thscrapen.cxx therion_aur/thscrapen.cxx
82 --- therion/thscrapen.cxx 2007-05-25 14:51:30.000000000 -0700
83 +++ therion_aur/thscrapen.cxx 2011-08-26 10:43:36.626503207 -0700
84 @@ -26,6 +26,7 @@
87 #include "thscrapen.h"
88 +#include <cstring>
90 thscrapen::thscrapen() {
92 diff -Naur therion/thscraplo.cxx therion_aur/thscraplo.cxx
93 --- therion/thscraplo.cxx 2007-05-25 14:51:30.000000000 -0700
94 +++ therion_aur/thscraplo.cxx 2011-08-26 10:43:21.184220316 -0700
95 @@ -26,6 +26,7 @@
98 #include "thscraplo.h"
99 +#include <cstring>
101 thscraplo::thscraplo() {
103 diff -Naur therion/thwarp.h therion_aur/thwarp.h
104 --- therion/thwarp.h 2007-05-25 14:51:30.000000000 -0700
105 +++ therion_aur/thwarp.h 2011-08-26 10:45:20.526101989 -0700
106 @@ -31,6 +31,7 @@
108 #include "thpic.h"
109 #include "thsketch.h"
110 +#include <cstring>
113 class thwarp {