[Freeswitch-svn] [commit] r2933 - freeswitch/trunk/libs
    Freeswitch SVN 
    mikej at freeswitch.org
       
    Sun Oct  1 22:47:40 EDT 2006
    
    
  
Author: mikej
Date: Sun Oct  1 22:47:39 2006
New Revision: 2933
Modified:
   freeswitch/trunk/libs/mozilla.build.sh
Log:
create makefile for netbsd.
Modified: freeswitch/trunk/libs/mozilla.build.sh
==============================================================================
--- freeswitch/trunk/libs/mozilla.build.sh	(original)
+++ freeswitch/trunk/libs/mozilla.build.sh	Sun Oct  1 22:47:39 2006
@@ -30,6 +30,10 @@
 cp js/src/config/Linux_All.mk js/src/config/`uname -s``uname -r`.mk
 fi
 
+if [ $hosttype = "NetBSD" ] ; 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