From cc21cf34a870f2b4085952d1cc7ff5e042213bfe Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 2 Nov 2006 14:20:49 +0000 Subject: On NetBSD (don't know about other platforms) kismet needs libm or else ./configure bails out with an error. Fix with a LIBS.NetBSD accordingly. --- net/kismet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/kismet/Makefile') diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 386df616f1d..9cbe23beb48 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/10/14 01:27:43 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/02 14:20:49 adrianp Exp $ DISTNAME= kismet-2006-04-R1 PKGNAME= kismet-2006.04.01 @@ -15,6 +15,7 @@ USE_LANGUAGES= c c++ USE_NCURSES= yes # needs libpanel USE_TOOLS+= gmake perl:run REPLACE_PERL+= scripts/gpsmap-helper-earthamaps +LIBS.NetBSD+= -lm # might be appended to in options.mk PLIST_SRC= PLIST -- cgit v1.2.3