summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-27 13:54:09 -0500
committerMike Frysinger <vapier@gentoo.org>2016-02-27 13:54:43 -0500
commitd20b3532fd462cf2c5e46f02fe71fa03610dc2e6 (patch)
treec0e73788d3bd6f40c44ea09758e4fc97e376b9c0 /app-arch/pax/files
parentapp-arch/pax: update HOMEPAGE #547618 (diff)
downloadgentoo-d20b3532fd462cf2c5e46f02fe71fa03610dc2e6.tar.gz
gentoo-d20b3532fd462cf2c5e46f02fe71fa03610dc2e6.tar.bz2
gentoo-d20b3532fd462cf2c5e46f02fe71fa03610dc2e6.zip
app-arch/pax: fix building w/newer glibc
Diffstat (limited to 'app-arch/pax/files')
-rw-r--r--app-arch/pax/files/pax-3.4-sysmacros.patch12
1 files changed, 12 insertions, 0 deletions
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 <sys/cdefs.h>
++#include <sys/sysmacros.h>
+
+ /*
+ * ar_io.c