diff options
Diffstat (limited to 'net/wmpload/patches/patch-configure')
-rw-r--r-- | net/wmpload/patches/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/wmpload/patches/patch-configure b/net/wmpload/patches/patch-configure new file mode 100644 index 00000000000..1af7e3310e3 --- /dev/null +++ b/net/wmpload/patches/patch-configure @@ -0,0 +1,14 @@ +$NetBSD: patch-configure,v 1.1 2012/08/11 17:22:18 marino Exp $ + +--- configure.orig 2000-02-01 07:49:01.000000000 +0000 ++++ configure +@@ -17,6 +17,9 @@ case $system in + echo "enabling proc stats reading"; + fi + ;; ++ DragonFly) ++ os="dragonfly"; ++ ;; + FreeBSD) + os="freebsd"; + ;; |