[Freeswitch-svn] [commit] r2923 - freeswitch/trunk/libs

Freeswitch SVN xachen at freeswitch.org
Sun Oct 1 19:12:50 EDT 2006


Author: xachen
Date: Sun Oct  1 19:12:50 2006
New Revision: 2923

Modified:
   freeswitch/trunk/libs/mozilla.build.sh

Log:
add makefile for openbsd

Modified: freeswitch/trunk/libs/mozilla.build.sh
==============================================================================
--- freeswitch/trunk/libs/mozilla.build.sh	(original)
+++ freeswitch/trunk/libs/mozilla.build.sh	Sun Oct  1 19:12:50 2006
@@ -26,6 +26,10 @@
 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=""



More information about the Freeswitch-svn mailing list