summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-02-21 15:44:28 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-02-21 15:44:46 -0500
commit95a4d2e630d66a6042b0157b53b9452b3c7b9369 (patch)
treef595d0b11ffb1fbef0442d5f4e02bfb6ed73e2e6 /net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
parentsys-apps/qingy: Disable DirectFB support (#642510), drop .la files, bump eapi. (diff)
downloadgentoo-95a4d2e630d66a6042b0157b53b9452b3c7b9369.tar.gz
gentoo-95a4d2e630d66a6042b0157b53b9452b3c7b9369.tar.bz2
gentoo-95a4d2e630d66a6042b0157b53b9452b3c7b9369.zip
net-analyzer/net-snmp: add missing include <limits.h>
PATH_MAX and NAME_MAX requires <limits.h> according to POSIX. This problem shows up on non-glibc systems. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild')
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
index 4175fec18f21..77645313cf35 100644
--- a/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.7.3_p3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -82,6 +82,7 @@ src_prepare() {
eapply "${WORKDIR}"/${PN}-5.7.3-perl524.patch
eapply "${FILESDIR}"/${PN}-5.7.3-perl524-2.patch
eapply "${FILESDIR}"/${PN}-5.7.3-mariadb-10.2.patch
+ eapply "${FILESDIR}"/${PN}-5.7.3-include-limits.patch
eapply "${WORKDIR}"/patches/*.patch