]> git.pld-linux.org Git - packages/gtatool.git/blob - gtatool-getopt.patch
- fix building with pfstools 2.0
[packages/gtatool.git] / gtatool-getopt.patch
1 --- gtatool-2.0.1/src/base/opt.h~       2014-11-11 10:32:38.000000000 +0100
2 +++ gtatool-2.0.1/src/base/opt.h        2014-11-11 10:36:22.137550614 +0100
3 @@ -26,6 +26,9 @@
4  #include <cstdio>
5  #include <stdint.h>
6  
7 +#undef no_argument
8 +#undef required_argument
9 +#undef optional_argument
10  /**
11   * \brief Command line parsing
12   *
This page took 0.052153 seconds and 3 git commands to generate.