]> git.pld-linux.org Git - packages/wine.git/blob - wine-makedep.patch
- up to 7.6, adapterize
[packages/wine.git] / wine-makedep.patch
1 --- wine-6.0.2/tools/makedep.c.orig     2022-01-09 21:05:19.110310244 +0100
2 +++ wine-6.0.2/tools/makedep.c  2022-01-09 21:13:06.377871601 +0100
3 @@ -4355,6 +4355,8 @@
4      case 'S':
5          silent_rules = 1;
6          break;
7 +    case 'p': /* ignore -pthread */
8 +       break;
9      default:
10          fprintf( stderr, "Unknown option '%s'\n%s", opt, Usage );
11          exit(1);
This page took 0.022418 seconds and 3 git commands to generate.