aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-25 21:56:50 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-25 21:56:50 +0000
commit32019cad87c2a8280d567fb1ce42daf22f1e8ac8 (patch)
treed518b7331b298579f6b254f8a6b7b2203e825d88 /Makefile
parentc0b1230290fae7474d2fa0d2fdd30c9b05174f49 (diff)
Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin being open sourced, and able to run on x86, OSX isn't really suitable)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5769 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95f4ef007..3b6b4cb00 100755
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ LIBS+=-lresolv #-lnjamd
endif
ifeq (${OSARCH},Darwin)
LIBS+=-lresolv
-CFLAGS+=-D__OSX__
+CFLAGS+=-D__Darwin__
endif
ifeq (${OSARCH},FreeBSD)
LIBS+=-lcrypto