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/pax-3.4.12.16-r1.ebuild
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/pax-3.4.12.16-r1.ebuild')
-rw-r--r--app-arch/pax/pax-3.4.12.16-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/pax/pax-3.4.12.16-r1.ebuild b/app-arch/pax/pax-3.4.12.16-r1.ebuild
index 0e8133ff3ffc..a14e869a02b6 100644
--- a/app-arch/pax/pax-3.4.12.16-r1.ebuild
+++ b/app-arch/pax/pax-3.4.12.16-r1.ebuild
@@ -26,6 +26,7 @@ src_prepare() {
rpm_spec_epatch ../${PN}.spec
epatch "${FILESDIR}"/pax-3.4-x32.patch
epatch "${FILESDIR}"/pax-3.4-fix-fts-includes.patch
+ epatch "${FILESDIR}"/pax-3.4-sysmacros.patch
sed -i configure.in \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
-e '/AC_PROG_RANLIB/a AC_PROG_MKDIR_P' \