From f71cd9acc83ccb6b8c608644b47507482e18647c Mon Sep 17 00:00:00 2001
From: Joshua Colp <jcolp@digium.com>
Date: Sun, 18 Nov 2007 21:50:58 +0000
Subject: [PATCH] Add OSX into the logic that uses md5 instead of md5sum.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 build_tools/make_buildopts_h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_tools/make_buildopts_h b/build_tools/make_buildopts_h
index e7c7e0fd28..3c09a661c2 100755
--- a/build_tools/make_buildopts_h
+++ b/build_tools/make_buildopts_h
@@ -23,7 +23,7 @@ then
 fi
 
 case ${OSARCH} in	# actually we should check build_os
-*BSD|mingw*)
+*BSD|mingw|darwin*)
 	BUILDSUM=`echo ${TMP} | md5`
 	echo "#define AST_BUILDOPT_SUM {0x0, 0x0, 0x0, 0x0} /* dummy */"
 	;;
-- 
GitLab