summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-19 17:33:19 +0000
committerMark Spencer <markster@digium.com>2004-12-19 17:33:19 +0000
commit61f25c3e92fb8257ad92a752f05d291e1b267db7 (patch)
tree5cc01c34b1644be4fed366859b76608af13b3a1c /Makefile
parent374c9c1789e384531fdc4a4d2d5a7f39be32f8a9 (diff)
Merge twisted's OSX compat fix (bug #3090)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc3dc1a56..c3eeac4b7 100755
--- a/Makefile
+++ b/Makefile
@@ -207,6 +207,7 @@ LIBS+=-lresolv #-lnjamd
endif
ifeq (${OSARCH},Darwin)
LIBS+=-lresolv
+CFLAGS+=-D__OSX__
endif
ifeq (${OSARCH},FreeBSD)
LIBS+=-lcrypto