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

(-)firefox-44.0/nsprpub/config/make-system-wrappers.pl.back (+2 lines)
Lines 19-25 while (<STDIN>) { Link Here
19
    open OUT, ">$output_dir/$_";
19
    open OUT, ">$output_dir/$_";
20
    print OUT "#pragma GCC system_header\n";  # suppress include_next warning
20
    print OUT "#pragma GCC system_header\n";  # suppress include_next warning
21
    print OUT "#pragma GCC visibility push(default)\n";
21
    print OUT "#pragma GCC visibility push(default)\n";
22
    print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
22
    print OUT "#include_next \<$_\>\n";
23
    print OUT "#include_next \<$_\>\n";
24
    print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\n";
23
    print OUT "#pragma GCC visibility pop\n";
25
    print OUT "#pragma GCC visibility pop\n";
24
    close OUT;
26
    close OUT;
25
}
27
}
(-)firefox-44.0/mozglue/build/arm.cpp.old (+2 lines)
Lines 104-110 check_neon(void) Link Here
104
104
105
#  elif defined(__linux__) || defined(ANDROID)
105
#  elif defined(__linux__) || defined(ANDROID)
106
#    include <stdio.h>
106
#    include <stdio.h>
107
#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
107
#    include <stdlib.h>
108
#    include <stdlib.h>
109
#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS
108
#    include <string.h>
110
#    include <string.h>
109
111
110
enum{
112
enum{

Return to bug 582446