diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-11-02 14:20:49 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-11-02 14:20:49 +0000 |
commit | cc21cf34a870f2b4085952d1cc7ff5e042213bfe (patch) | |
tree | 00a77196cd518be92d7ffa623099a3823c266012 /net/kismet/Makefile | |
parent | 1fcd47960aef79fdc961277ebd664cfa14596b46 (diff) | |
download | pkgsrc-cc21cf34a870f2b4085952d1cc7ff5e042213bfe.tar.gz |
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.
Diffstat (limited to 'net/kismet/Makefile')
-rw-r--r-- | net/kismet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |