From e306d23a78196e7a599353cab4476ed7b8c26b16 Mon Sep 17 00:00:00 2001 From: Justin Cassidy Date: Sun, 1 Oct 2006 23:12:50 +0000 Subject: [PATCH] add makefile for openbsd git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2923 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/mozilla.build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/mozilla.build.sh b/libs/mozilla.build.sh index 6255d6e4f4..eaf59463aa 100755 --- a/libs/mozilla.build.sh +++ b/libs/mozilla.build.sh @@ -26,6 +26,10 @@ cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk pthreadopts=" --with-pthreads=yes" fi +if [ $hosttype = "OpenBSD" ] ; then +cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk +fi + arch=`uname -m` opts=""