summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-04-09 21:05:07 -0400
committerMike Gilbert <floppym@gentoo.org>2016-04-09 21:05:35 -0400
commitc008e237dd1dfd1139373e4e6287e95f94c60346 (patch)
tree51a57d462c9061b5a1dce4309438ffec7a9b4a45 /sys-apps/systemd/systemd-229.ebuild
parentwww-servers/nginx: Version bump to 1.9.14 (diff)
downloadgentoo-c008e237dd1dfd1139373e4e6287e95f94c60346.tar.gz
gentoo-c008e237dd1dfd1139373e4e6287e95f94c60346.tar.bz2
gentoo-c008e237dd1dfd1139373e4e6287e95f94c60346.zip
sys-apps/systemd: Add workaround for if.h conflict
Bug: https://bugs.gentoo.org/577660 Package-Manager: portage-2.2.28_p3
Diffstat (limited to 'sys-apps/systemd/systemd-229.ebuild')
-rw-r--r--sys-apps/systemd/systemd-229.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-229.ebuild b/sys-apps/systemd/systemd-229.ebuild
index 70ec90f8afc7..0a35d504a89f 100644
--- a/sys-apps/systemd/systemd-229.ebuild
+++ b/sys-apps/systemd/systemd-229.ebuild
@@ -152,6 +152,7 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
+ "${FILESDIR}/linux-headers-if.h.patch"
)
[[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches )