From 9177d1143b295559497b46d08869e60f8ac9b887 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 18 Sep 2006 22:35:40 +0000 Subject: Change the includes to work on FreeBSD Linux has sys/soundcard.h, which does a #include git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43240 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- utils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index 5eae26d1e..9d3f5434c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -17,6 +17,7 @@ UTILS:=astman smsq stereorize streamplayer aelparse muted ifeq (${OSARCH},SunOS) LIBS+=-lsocket -lnsl + UTILS:=$(filter-out muted,$(UTILS)) endif ifeq ($(POPT_LIB),) -- cgit v1.2.3