[Asterisk-cvs] asterisk/astman Makefile,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Tue Jun 22 13:56:29 CDT 2004
Update of /usr/cvsroot/asterisk/astman
In directory mongoose.digium.com:/tmp/cvs-serv21170/astman
Modified Files:
Makefile
Log Message:
Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/astman/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 4 Jun 2004 15:44:14 -0000 1.8
+++ Makefile 22 Jun 2004 17:42:13 -0000 1.9
@@ -4,7 +4,7 @@
CFLAGS+=-DNO_AST_MM
OSARCH=$(shell uname -s)
-ifeq (${OSARCH},FreeBSD)
+ifeq ($(findstring BSD,${OSARCH}),BSD)
CFLAGS+=-I/usr/local/include -L/usr/local/lib
endif
More information about the svn-commits
mailing list