summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
index daa9bedf0c8a..703e99ef3ccb 100644
--- a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
+++ b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,3 +29,8 @@ src_prepare() {
acinclude.m4 || die
eautoreconf
}
+
+src_configure() {
+ econf \
+ --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)"
+}