Merged revisions 46377 via svnmerge from
authorJoshua Colp <jcolp@digium.com>
Sat, 28 Oct 2006 16:39:40 +0000 (16:39 +0000)
committerJoshua Colp <jcolp@digium.com>
Sat, 28 Oct 2006 16:39:40 +0000 (16:39 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r46377 | file | 2006-10-28 12:37:44 -0400 (Sat, 28 Oct 2006) | 2 lines

Don't build muted on OpenBSD, it is not supported.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46378 65c4cc65-6c06-0410-ace0-fbb531ad65f3

utils/Makefile

index f41d8f3..747e048 100644 (file)
@@ -23,6 +23,10 @@ ifeq ($(OSARCH),SunOS)
   UTILS:=$(filter-out muted,$(UTILS))
 endif
 
+ifeq ($(OSARCH),OpenBSD)
+  UTILS:=$(filter-out muted,$(UTILS))
+endif
+
 ifeq ($(POPT_LIB),)
   UTILS:=$(filter-out smsq,$(UTILS))
 endif