diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-18 19:19:59 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-18 19:19:59 +0000 |
commit | be78ebb91eee10b24b9c0b27d6d15985fee5895b (patch) | |
tree | cd899061e107d19f43312e150c6e239e31736d8d /net/isc-dhcp/patches/patch-ab | |
parent | 5c6fa52f2862136630d2a1bb24b1c77568d8814c (diff) | |
download | pkgsrc-be78ebb91eee10b24b9c0b27d6d15985fee5895b.tar.gz |
Make isc-dhcp3 build on DragonFly.
Diffstat (limited to 'net/isc-dhcp/patches/patch-ab')
-rw-r--r-- | net/isc-dhcp/patches/patch-ab | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/net/isc-dhcp/patches/patch-ab b/net/isc-dhcp/patches/patch-ab index c995b704e98..a87ec5e1aff 100644 --- a/net/isc-dhcp/patches/patch-ab +++ b/net/isc-dhcp/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.1.1.1 2007/12/12 20:02:08 adrianp Exp $ +$NetBSD: patch-ab,v 1.2 2009/08/18 19:19:59 hasso Exp $ ---- configure.orig 2004-09-10 23:02:30.000000000 +0200 -+++ configure -@@ -259,7 +259,7 @@ for foo in $dirs; do +--- configure.orig 2005-03-17 22:14:55 +0200 ++++ configure 2009-08-08 14:06:41 +0300 +@@ -139,6 +139,8 @@ if [ "$sysname" = "" ]; then + sysname=openbsd;; + FreeBSD) + sysname=freebsd;; ++ DragonFly) ++ sysname=freebsd;; + hpux) + IFS=":" + for foo in $PATH; do +@@ -259,7 +261,7 @@ for foo in $dirs; do <Makefile.conf; \ cat site.conf; \ echo "TOP = `pwd`"; \ |