]> git.pld-linux.org Git - packages/gtatool.git/blame - gtatool-getopt.patch
- rediff patch, fix building with gcc 11, rel 3
[packages/gtatool.git] / gtatool-getopt.patch
CommitLineData
a89873e9
JR
1diff -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 @@
01b372b6
AM
5 #include <stdint.h>
6
a89873e9 7
01b372b6
AM
8+#undef no_argument
9+#undef required_argument
10+#undef optional_argument
11 /**
12 * \brief Command line parsing
13 *
This page took 0.041654 seconds and 4 git commands to generate.