aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-15 22:42:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-15 22:42:25 +0000
commit8b2e1eeb57fca1c654142d52fd6a2435e6db0e59 (patch)
treee9e7887e5f5b33bf62bbaa28dca16e2d675c4573 /channels/Makefile
parent82be033766c71b6b6aca8877e503929abb8a75cb (diff)
FreeBSD compile fix (bug #1655)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2970 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 23037122f..32f611c92 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -47,8 +47,10 @@ CHANH323LIB=-ldl
endif
ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},FreeBSD)
CHANNEL_LIBS+=chan_oss.so
endif
+endif
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)