Skip to content
Snippets Groups Projects
Commit b4141f7e authored by Malcolm Davenport's avatar Malcolm Davenport
Browse files

Adding INCLUDE statement per Bug #672

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d1641a7c
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null ...@@ -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) CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
ifeq (${OSARCH},FreeBSD) ifeq (${OSARCH},FreeBSD)
CFLAGS+=-pthread CFLAGS+=-pthread
INCLUDE+=-I/usr/local/include
endif endif
ifeq (${OSARCH},OpenBSD) ifeq (${OSARCH},OpenBSD)
CFLAGS+=-pthread CFLAGS+=-pthread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment