aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 19:40:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-31 19:40:23 +0000
commitbc5de50bc93360447d3afb001eca8a43a848d7f3 (patch)
tree90cded5b6ee2efd9bacb9494b12a6cfbcb3f6e56 /channels
parentcd8e03c0b7f057941b74c3f34d70fce58c94f1ed (diff)
More BSD compile fixes (bugs #1754 and #1756)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3121 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index 40f5024f2..fd0b796e5 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -49,6 +49,10 @@ endif
ifneq (${OSARCH},Darwin)
CHANNEL_LIBS+=chan_oss.so
endif
+ifeq (${OSARCH},FreeBSD)
+SOLINK+=-L/usr/local/lib
+CHANNEL_LIBS+=chan_oss.so
+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)