logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 3fec229bb711140103428d181a0efa36a83791a1
parent aa86f4ffb5cc44fdf7277f87421c5b8013053093
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 17 Apr 2018 14:27:26 -0700

Remove unnecessary -I include

config-posix.h is being phased out.

Diffstat:

Mpkg/libevent/gen.lua1-
Mpkg/libpciaccess/gen.lua1-
Mpkg/libpng/gen.lua1-
Mpkg/strace/gen.lua1-
Mpkg/transmission/gen.lua1-
Mpkg/util-linux/gen.lua1-
6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/pkg/libevent/gen.lua b/pkg/libevent/gen.lua @@ -2,7 +2,6 @@ cflags{ '-I $dir', '-I $outdir/include', '-I $srcdir/include', - '-I include', '-idirafter pkg/openbsd/src/sys', } diff --git a/pkg/libpciaccess/gen.lua b/pkg/libpciaccess/gen.lua @@ -1,7 +1,6 @@ cflags{ '-Wno-deprecated-declarations', '-D HAVE_CONFIG_H', - '-I include', '-I $dir', '-I $srcdir/include', } diff --git a/pkg/libpng/gen.lua b/pkg/libpng/gen.lua @@ -1,6 +1,5 @@ cflags{ '-D HAVE_CONFIG_H', - '-I include', '-I $dir', '-I $outdir/include', '-I $builddir/pkg/zlib/include', diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua @@ -1,6 +1,5 @@ cflags{ '-D HAVE_CONFIG_H', - '-I include', '-I $dir', -- it is important that the arch-specific directory is searched first '-I $srcdir/linux/x86_64', diff --git a/pkg/transmission/gen.lua b/pkg/transmission/gen.lua @@ -56,7 +56,6 @@ cflags{ '-I $srcdir/third-party/libnatpmp', '-I $srcdir/third-party/libutp', '-I pkg/libevent/src/include', - '-I include', '-idirafter pkg/openbsd/src/sys', '-include config.h', } diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua @@ -1,7 +1,6 @@ set('version', '2.32.0') cflags{ '-include $dir/config.h', - '-I include', '-I $dir', '-I $outdir', '-I $srcdir/include',