summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-06-21 15:04:24 -0400
committerMike Frysinger <vapier@gentoo.org>2016-06-21 15:04:39 -0400
commit7d0c90e27adbcfc0f88123b559d586e618364d55 (patch)
tree9f63fb2594e44ad1308be5a33f8ae4124306fee1 /sys-block/parted/parted-3.2-r1.ebuild
parentdev-lang/elixir: Bump (diff)
downloadgentoo-7d0c90e27adbcfc0f88123b559d586e618364d55.tar.gz
gentoo-7d0c90e27adbcfc0f88123b559d586e618364d55.tar.bz2
gentoo-7d0c90e27adbcfc0f88123b559d586e618364d55.zip
sys-block/parted: fix building w/newer glibc #580022
Diffstat (limited to 'sys-block/parted/parted-3.2-r1.ebuild')
-rw-r--r--sys-block/parted/parted-3.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/parted/parted-3.2-r1.ebuild b/sys-block/parted/parted-3.2-r1.ebuild
index 7b07c237f71c..0180e45b8e55 100644
--- a/sys-block/parted/parted-3.2-r1.ebuild
+++ b/sys-block/parted/parted-3.2-r1.ebuild
@@ -34,7 +34,8 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-3.2-devmapper.patch \
"${FILESDIR}"/${PN}-3.2-po4a-mandir.patch \
- "${FILESDIR}"/${PN}-3.2-fix-resizing-FAT16.patch
+ "${FILESDIR}"/${PN}-3.2-fix-resizing-FAT16.patch \
+ "${FILESDIR}"/${PN}-3.2-sysmacros.patch
eautoreconf
}