]> git.pld-linux.org Git - packages/wine.git/blob - wine-makedep.patch
- rel 3; ncursesw detection (wine checks for soname exactly instead of checking if...
[packages/wine.git] / wine-makedep.patch
1 --- wine-20030709/tools/makedep.c.wiget 2003-07-11 10:48:42.000000000 +0200
2 +++ wine-20030709/tools/makedep.c       2003-07-11 10:49:43.000000000 +0200
3 @@ -511,6 +511,8 @@
4          if (opt[2]) Separator = opt + 2;
5          else Separator = NULL;
6          break;
7 +       case 'p': /* ignore -pthread */
8 +               break;
9      default:
10          fprintf( stderr, "Unknown option '%s'\n", opt );
11          fprintf( stderr, Usage, ProgramName );
This page took 0.076585 seconds and 3 git commands to generate.