summaryrefslogtreecommitdiff
path: root/astman
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-22 17:42:14 +0000
committerMark Spencer <markster@digium.com>2004-06-22 17:42:14 +0000
commit5546e323550422b8a84e7c1d0b69e11623666cb6 (patch)
treea3a0875ae4e73c9d9a1fc67f56ffa1ce73fe5457 /astman
parent2f4a0dc3f5743f625976e39c031adbc7002f57d0 (diff)
Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'astman')
-rwxr-xr-xastman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 06bed92fa..d3bf6ea87 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -4,7 +4,7 @@
CFLAGS+=-DNO_AST_MM
OSARCH=$(shell uname -s)
-ifeq (${OSARCH},FreeBSD)
+ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I/usr/local/include -L/usr/local/lib
endif