[Asterisk-cvs] asterisk/channels/h323 Makefile,1.22,1.23
jeremy at lists.digium.com
jeremy at lists.digium.com
Tue Jan 18 10:18:42 CST 2005
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv2829
Modified Files:
Makefile
Log Message:
use PROC instead of OSARCH
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile 15 Jan 2005 19:04:45 -0000 1.22
+++ Makefile 18 Jan 2005 16:21:54 -0000 1.23
@@ -24,7 +24,7 @@
ifneq (${OSARCH},FreeBSD)
ifneq (${OSARCH},NetBSD)
ifneq (${PROC},ppc)
-CFLAGS += -march=$(ARCH)
+CFLAGS += -march=$(PROC)
endif
endif
endif
More information about the svn-commits
mailing list