[Asterisk-cvs] asterisk/apps Makefile,1.60,1.61

markster at lists.digium.com markster at lists.digium.com
Sat May 15 18:31:00 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19519/apps

Modified Files:
	Makefile 
Log Message:
FreeBSD compile fix (bug #1655)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Makefile	4 May 2004 16:09:35 -0000	1.60
+++ Makefile	15 May 2004 22:42:25 -0000	1.61
@@ -30,7 +30,9 @@
      app_groupcount.so
 
 ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},FreeBSD)
 APPS+=app_intercom.so
+endif
 endif
 
 #APPS+=app_sql_postgres.so




More information about the svn-commits mailing list