diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2014-03-16 17:53:19 +0100 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2014-03-16 17:53:19 +0100 |
commit | a21f6520e8bb4a3d755e3a52e94f2e17846e3d52 (patch) | |
tree | a7592a056836550019f4b95a1c7b275035cc88f3 | |
parent | cb6323b3bfb09920fa7e120b93d861c1ce23e42c (diff) |
Add patch to fix FTBFS under debian unstable.
-rw-r--r-- | debian/patches/01-include-cstdint | 24 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/01-include-cstdint b/debian/patches/01-include-cstdint new file mode 100644 index 0000000..f890330 --- /dev/null +++ b/debian/patches/01-include-cstdint @@ -0,0 +1,24 @@ +Description: include cstdint + Include cstdint to fix FTBFS. + . + antpm (1.16-1) UNRELEASED; urgency=low + . + [ RALOVICH, Kristof ] + * Merge tag 'upstream/20140302' + * debian/copyright: document removal of GPLv2 only code +Author: Kristof Ralovich <ralovich@in.tum.de> + +--- +Last-Update: 2014-03-03 + +--- a/src/stdintfwd.hpp ++++ b/src/stdintfwd.hpp +@@ -19,7 +19,7 @@ + + #ifndef _MSC_VER // [ + +-//#include <cstdint> ++#include <cstdint> + //#error "Use this header only with Microsoft Visual C++ compilers!" + #include <boost/cstdint.hpp> + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..67f9505 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-include-cstdint |