Codebase list dxflib / 74aae0b
rebase patches Alastair McKinstry 2 years ago
3 changed file(s) with 7 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
00 Description: Missing include needs to be added
11 Author: Scott Howard <showard@debian.org>
22
3 Index: dxflib-3.7.5/src/dl_writer.h
4 ===================================================================
5 --- dxflib-3.7.5.orig/src/dl_writer.h
6 +++ dxflib-3.7.5/src/dl_writer.h
7 @@ -37,6 +37,7 @@
8 #endif // _MSC_VER > 1000
3 --- a/src/dl_writer.h
4 +++ b/src/dl_writer.h
5 @@ -38,6 +38,7 @@
96
7 #include <cstring>
108 #include <iostream>
119 +#include <cstring>
1210 #include <algorithm>
00 Description: Build system for shared library.
11 Author: Scott Howard <showard@debian.org>
22
3 Index: dxflib-3.7.5/Makefile.am
4 ===================================================================
53 --- /dev/null
6 +++ dxflib-3.7.5/Makefile.am
4 +++ b/Makefile.am
75 @@ -0,0 +1,33 @@
86 +pkgconfigdir = $(libdir)/pkgconfig
97 +pkgconfig_DATA = dxflib.pc
3836 +
3937 +docu:
4038 + -(doxygen ./doxygen.cfg)
41 Index: dxflib-3.7.5/dxflib.pc.in
42 ===================================================================
4339 --- /dev/null
44 +++ dxflib-3.7.5/dxflib.pc.in
40 +++ b/dxflib.pc.in
4541 @@ -0,0 +1,10 @@
4642 +prefix=@prefix@
4743 +exec_prefix=@exec_prefix@
22 Forwarded: no
33 Last-Updated: 2016-01-04
44
5 Index: dxflib-3.12.2/configure.in
6 ===================================================================
75 --- /dev/null
8 +++ dxflib-3.12.2/configure.in
6 +++ b/configure.in
97 @@ -0,0 +1,60 @@
108 +
119 +#