pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/kismet On NetBSD (don't know about other platforms...
details: https://anonhg.NetBSD.org/pkgsrc/rev/93fa44328eeb
branches: trunk
changeset: 520912:93fa44328eeb
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Nov 02 14:20:49 2006 +0000
description:
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:
net/kismet/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 854ed14adb83 -r 93fa44328eeb net/kismet/Makefile
--- a/net/kismet/Makefile Thu Nov 02 13:59:01 2006 +0000
+++ b/net/kismet/Makefile Thu Nov 02 14:20:49 2006 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index