aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-19 17:33:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-19 17:33:19 +0000
commitc6a32dbd844f0a939bde3fb41f1b074d1a45d9cf (patch)
tree5cc01c34b1644be4fed366859b76608af13b3a1c /Makefile
parent62d1e370abe29aae5e494f2b24468980ec64c361 (diff)
Merge twisted's OSX compat fix (bug #3090)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4483 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 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