wok-next diff musl-libc/stuff/patches/include.patch @ rev 19835

Up: antinat, aubio, dialog, exa, gcc, lapack, musl-libc, nss, rust, svgcleaner, zip. Remove blas (part of lapack now), remove dialog desktop file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 11 04:54:37 2017 +0300 (2017-08-11)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/musl-libc/stuff/patches/include.patch	Fri Aug 11 04:54:37 2017 +0300
     1.3 @@ -0,0 +1,15 @@
     1.4 +--- a/tools/musl-gcc.specs.sh
     1.5 ++++ b/tools/musl-gcc.specs.sh
     1.6 +@@ -5,10 +5,10 @@
     1.7 + %rename cpp_options old_cpp_options
     1.8 + 
     1.9 + *cpp_options:
    1.10 +--nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
    1.11 ++-nostdinc -isystem $incdir -isystem /usr/include -isystem include%s %(old_cpp_options)
    1.12 + 
    1.13 + *cc1:
    1.14 +-%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s
    1.15 ++%(cc1_cpu) -nostdinc -isystem $incdir -isystem /usr/include -isystem include%s
    1.16 + 
    1.17 + *link_libgcc:
    1.18 + -L$libdir -L .%s