summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapps/Makefile2
-rwxr-xr-xchannels/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4a608c420..3316a22e6 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -30,8 +30,10 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
app_groupcount.so
ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},FreeBSD)
APPS+=app_intercom.so
endif
+endif
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
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)