Files
pkgsrc-ng/net/wmpload/patches/patch-configure
2013-09-26 17:14:40 +02:00

15 lines
293 B
Plaintext

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