aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-07 22:40:48 +0000
committermalcolmd <malcolmd@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-07 22:40:48 +0000
commitbd42e66008405614b57d16790bfa4f8b89662d69 (patch)
tree74389581a7ff4d2d9076add2435a7c34213d87e0 /Makefile
parentd48969e7cb579e17814c98fc02e958a6a90ea21f (diff)
Adding INCLUDE statement per Bug #672
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1897 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 769304a1f..92dbdb153 100755
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,7 @@ CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null
CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
ifeq (${OSARCH},FreeBSD)
CFLAGS+=-pthread
+INCLUDE+=-I/usr/local/include
endif
ifeq (${OSARCH},OpenBSD)
CFLAGS+=-pthread