]> git.pld-linux.org Git - packages/gtatool.git/blob - gtatool-getopt.patch
- rediff patch, fix building with gcc 11, rel 3
[packages/gtatool.git] / gtatool-getopt.patch
1 diff -urNp -x '*.orig' gtatool-2.4.0.org/src/base/opt.h gtatool-2.4.0/src/base/opt.h
2 --- gtatool-2.4.0.org/src/base/opt.h    2018-06-13 12:02:10.627492735 +0200
3 +++ gtatool-2.4.0/src/base/opt.h        2021-08-29 22:14:53.654929659 +0200
4 @@ -27,6 +27,9 @@
5  #include <stdint.h>
6  
7  
8 +#undef no_argument
9 +#undef required_argument
10 +#undef optional_argument
11  /**
12   * \brief Command line parsing
13   *
This page took 0.065429 seconds and 3 git commands to generate.