[Asterisk-cvs] asterisk/channels Makefile,1.48,1.49
markster at lists.digium.com
markster at lists.digium.com
Sat May 15 18:31:00 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv19519/channels
Modified Files:
Makefile
Log Message:
FreeBSD compile fix (bug #1655)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Makefile 3 May 2004 19:29:52 -0000 1.48
+++ Makefile 15 May 2004 22:42:25 -0000 1.49
@@ -47,7 +47,9 @@
endif
ifneq (${OSARCH},Darwin)
+ifneq (${OSARCH},FreeBSD)
CHANNEL_LIBS+=chan_oss.so
+endif
endif
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
More information about the svn-commits
mailing list