pkgsrc/net/wmpload/patches/patch-configure
marino 9406f4b785 net/pload: Add FreeBSD and DragonFly support
Patch differentials came from FreeBSD ports.
2012-08-11 17:22:18 +00:00

14 lines
293 B
Text

$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";
;;