[Asterisk-cvs] asterisk/channels/h323 Makefile,1.16,1.17

markster at lists.digium.com markster at lists.digium.com
Tue Aug 31 09:28:45 CDT 2004


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv31447/channels/h323

Modified Files:
	Makefile 
Log Message:
Merge NetBSD and Courtesty tone with modifications (bug #2329)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	22 Jun 2004 17:42:13 -0000	1.16
+++ Makefile	31 Aug 2004 13:32:11 -0000	1.17
@@ -21,8 +21,10 @@
 #
 OSARCH=$(shell uname -s)
 ifneq (${OSARCH},FreeBSD)
+ifneq (${OSARCH},NetBSD)
 CFLAGS += -march=$(shell uname -m)
 endif
+endif
 CFLAGS += -DPBYTE_ORDER=PLITTLE_ENDIAN
 
 ifeq (${OSARCH},Linux)




More information about the svn-commits mailing list