diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-09 19:26:38 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-09 19:26:38 +0000 |
commit | b6ed1b105542f5a0381eb85c6574f587dc319bb0 (patch) | |
tree | e9ac5228d62219e71608cecd8a22cb6eb2036818 /net/nocol/patches | |
parent | a2e592e7e39bfe2fa54b1f2007864bdf387dbb16 (diff) | |
download | pkgsrc-b6ed1b105542f5a0381eb85c6574f587dc319bb0.tar.gz |
Fix detection of NetBSD, as suggested by Havard Eidnes.
Diffstat (limited to 'net/nocol/patches')
-rw-r--r-- | net/nocol/patches/patch-am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nocol/patches/patch-am b/net/nocol/patches/patch-am index 42a1658ea6e..a9a08788d43 100644 --- a/net/nocol/patches/patch-am +++ b/net/nocol/patches/patch-am @@ -1,4 +1,4 @@ -$NetBSD: patch-am,v 1.3 2007/07/03 13:54:46 joerg Exp $ +$NetBSD: patch-am,v 1.4 2012/09/09 19:26:38 dholland Exp $ --- Configure.orig 2000-01-19 04:34:04.000000000 +0000 +++ Configure @@ -24,7 +24,7 @@ $NetBSD: patch-am,v 1.3 2007/07/03 13:54:46 joerg Exp $ PING=`which ping` # can do ping -c cnt host ;; - FREEBSD|FreeBSD\ 2*|FreeBSD\ 3*|NETBSD|NetBSD\ 1*) -+ FREEBSD|FreeBSD\ 2*|FreeBSD\ 3*|NETBSD|NetBSD\ 1*|NetBSD\ 2*|NetBSD\ 3*| NetBSD\ 4*|DragonFly*) ++ FREEBSD|FreeBSD\ 2*|FreeBSD\ 3*|NETBSD|NetBSD*|DragonFly*) OS_CFLAGS="-DFREEBSD" OS_LIBS="${LIBRESOLV} -lcrypt" # some hosts -lresolv not needed PING=`which ping` # can do ping -c cnt host |