From 32019cad87c2a8280d567fb1ce42daf22f1e8ac8 Mon Sep 17 00:00:00 2001 From: twisted Date: Wed, 25 May 2005 21:56:50 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3