summaryrefslogtreecommitdiff
path: root/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild')
-rw-r--r--net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
index e19a12d41812..4c72d7daca60 100644
--- a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
+++ b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools
DESCRIPTION="MBrowse is a graphical MIB browser"
@@ -21,6 +22,7 @@ DEPEND="
RDEPEND="${DEPEND}"
DOCS=( AUTHORS README ChangeLog )
+
PATCHES=(
"${FILESDIR}"/${PN}-0.4.3-flags.patch
"${FILESDIR}"/${PN}-0.4.3-fno-common.patch
@@ -32,6 +34,5 @@ src_prepare() {
}
src_configure() {
- econf \
- --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)"
+ econf --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)"
}