Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 687074
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
   fixincludes: check for lineending to not break mingw64-build
   fixincludes: check for lineending to not break mingw64-build
1
   Signed-Off-By: Jonas Jelten <jj@sft.mx>
1
   Signed-Off-By: Jonas Jelten <jj@sft.mx>
2
-- a/fixincludes/inclhack.def  2019-05-31 15:01:31.841235934 +0200
2
++ b/fixincludes/inclhack.def  2019-05-31 15:09:31.068347492 +0200
Lines 2163-2169 Link Here
2163
fix = {
2163
fix = {
2164
    hackname = hpux10_stdio_declarations;
2164
    hackname = hpux10_stdio_declarations;
2165
    files    = stdio.h;
2165
    files    = stdio.h;
2166
    select   = "^#[ \t]*define _iob[ \t]*__iob";
2166
    select   = "^#[ \t]*define _iob[ \t]*__iob[ \t]*\n";
2167
    bypass   = "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
2167
    bypass   = "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
2168
    c_fix     = format;
2168
    c_fix     = format;
2169
    c_fix_arg = "%0\n\n"
2169
    c_fix_arg = "%0\n\n"
2170
-- a/fixincludes/fixincl.x     2019-05-31 15:13:20.430156243 +0200
2170
++ b/fixincludes/fixincl.x     2019-05-31 15:13:24.953156662 +0200
Lines 4272-4278 Link Here
4272
 *  content selection pattern - do fix if pattern found
4272
 *  content selection pattern - do fix if pattern found
4273
 */
4273
 */
4274
tSCC zHpux10_Stdio_DeclarationsSelect0[] =
4274
tSCC zHpux10_Stdio_DeclarationsSelect0[] =
4275
       "^#[ \t]*define _iob[ \t]*__iob";
4275
       "^#[ \t]*define _iob[ \t]*__iob[ \t]*\n";
4276
/*
4276
/*
4277
 *  content bypass pattern - skip fix if pattern found
4277
 *  content bypass pattern - skip fix if pattern found

Return to bug 687074