blob: d2d2af5089d6e9b1cc3a7b0f8a5f86599644d51d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-af,v 1.5 2006/02/01 20:39:11 joerg Exp $
--- nmapfe/configure.orig 2005-12-30 04:18:16.000000000 +0000
+++ nmapfe/configure
@@ -9,6 +9,8 @@
## M4sh Initialization. ##
## --------------------- ##
+LIBS=
+
# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
emulate sh
@@ -2715,7 +2717,7 @@ _ACEOF
# libpcap doesn't even LOOK at
# the timeout you give it under Linux
;;
- *-freebsd* | *-kfreebsd*-gnu)
+ *-freebsd* | *-kfreebsd*-gnu | *-dragonfly*)
cat >>confdefs.h <<\_ACEOF
#define FREEBSD 1
_ACEOF
|