diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-08-20 10:39:51 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-08-20 10:40:07 +0200 |
commit | df805fdf5bdd562ea0537747d130aea6fd7950cc (patch) | |
tree | 3d5be3e1d5056423a0f353e0c1f19539656616ad /net-analyzer/net-snmp/files | |
parent | dev-libs/libmateweather: fix invalid dev-libs/glib[$PYTHON_USEDEP] deps (diff) | |
download | gentoo-df805fdf5bdd562ea0537747d130aea6fd7950cc.tar.gz gentoo-df805fdf5bdd562ea0537747d130aea6fd7950cc.tar.bz2 gentoo-df805fdf5bdd562ea0537747d130aea6fd7950cc.zip |
net-analyzer/net-snmp: Version 5.8.
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/net-snmp-5.8-tinfo.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-analyzer/net-snmp/files/net-snmp-5.8-tinfo.patch b/net-analyzer/net-snmp/files/net-snmp-5.8-tinfo.patch new file mode 100644 index 000000000000..746575a9b7fb --- /dev/null +++ b/net-analyzer/net-snmp/files/net-snmp-5.8-tinfo.patch @@ -0,0 +1,10 @@ +--- a/configure.d/config_os_libs2 ++++ b/configure.d/config_os_libs2 +@@ -611,6 +611,7 @@ + AC_CHECK_HEADERS([curses.h]) + AC_CHECK_HEADERS([ncurses/curses.h]) + NETSNMP_SEARCH_LIBS([endwin], [curses ncurses],,,,[LIBCURSES]) ++NETSNMP_SEARCH_LIBS([cbreak], [tinfo],[LIBCURSES="$LIBCURSES -ltinfo"],,,) + AC_SUBST([LIBCURSES]) + + # libm for ceil |