From d20b3532fd462cf2c5e46f02fe71fa03610dc2e6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 27 Feb 2016 13:54:09 -0500 Subject: app-arch/pax: fix building w/newer glibc --- app-arch/pax/files/pax-3.4-sysmacros.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-arch/pax/files/pax-3.4-sysmacros.patch (limited to 'app-arch/pax/files') diff --git a/app-arch/pax/files/pax-3.4-sysmacros.patch b/app-arch/pax/files/pax-3.4-sysmacros.patch new file mode 100644 index 000000000000..3aede97ec06f --- /dev/null +++ b/app-arch/pax/files/pax-3.4-sysmacros.patch @@ -0,0 +1,12 @@ +not all C libs pull in this header via sys/types.h for major()/etc... + +--- a/src/extern.h ++++ b/src/extern.h +@@ -38,6 +38,7 @@ + */ + + #include ++#include + + /* + * ar_io.c -- cgit v1.2.3-65-gdbad