aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp-devel/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-05-17 09:01:10 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-05-17 09:01:10 +0800
commit43977816df443ccca51f2530c96188ea5b6498e8 (patch)
tree2d4a656ffcc75a6a73e4a2cdf594034463fff05b /net-mgmt/net-snmp-devel/Makefile
parentda720b2b3c5a6e7a61eb9a53f4b05832cea12f29 (diff)
downloadfreebsd-ports-gnome-43977816df443ccca51f2530c96188ea5b6498e8.tar.gz
freebsd-ports-gnome-43977816df443ccca51f2530c96188ea5b6498e8.tar.zst
freebsd-ports-gnome-43977816df443ccca51f2530c96188ea5b6498e8.zip
Link with libkvm explicitly to unbreak build on 4-stable.
Reported by: many
Diffstat (limited to 'net-mgmt/net-snmp-devel/Makefile')
-rw-r--r--net-mgmt/net-snmp-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
index 3bba6ce1a30c..ca93d2cc6548 100644
--- a/net-mgmt/net-snmp-devel/Makefile
+++ b/net-mgmt/net-snmp-devel/Makefile
@@ -22,7 +22,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore
NO_LATEST_LINK= yes
CONFIGURE_ARGS+= --enable-shared --with-mib-modules="host ucd-snmp/diskio" \
- --with-gnu-ld --with-libwrap --with-libs="-ldevstat"
+ --with-gnu-ld --with-libwrap --with-libs="-lkvm -ldevstat"
.if defined(BATCH)
CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where
.else