summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Roberson <josh@asteriasgi.com>2005-05-25 21:56:50 +0000
committerJosh Roberson <josh@asteriasgi.com>2005-05-25 21:56:50 +0000
commit43866b0ef2a0bc117edfad7c3c58c129ffc543bb (patch)
treed518b7331b298579f6b254f8a6b7b2203e825d88 /Makefile
parent70b3b8730e97df45c10854c93d42e6264b0a66e5 (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: https://origsvn.digium.com/svn/asterisk/trunk@5769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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