pkgsrc/audio/wmmp/patches/patch-aa
2006-03-17 23:24:28 +00:00

27 lines
477 B
Text

$NetBSD: patch-aa,v 1.3 2006/03/17 23:24:28 minskim Exp $
--- configure.orig 2004-03-02 04:51:17.000000000 -0800
+++ configure
@@ -10007,6 +10007,9 @@ linux*)
ignore_buffers=yes
ignore_cached=yes
;;
+dragonfly*)
+ OS=dragonfly
+ ;;
freebsd*)
OS=freebsd
ignore_wired=yes
@@ -10020,6 +10023,12 @@ openbsd*)
solaris*)
OS=solaris
;;
+netbsd*)
+ OS=netbsd
+ ;;
+darwin*)
+ OS=darwin
+ ;;
*)
echo ""
echo "Sorry, ${host_os} is not supported yet"