[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
- Previous message: [Asterisk-cvs] asterisk Makefile, 1.108, 1.109 aesopt.h, 1.6,
1.7 asterisk.c, 1.118, 1.119 md5.c, 1.7, 1.8 utils.c, 1.17, 1.18
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpc10.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Asterisk-cvs] asterisk Makefile, 1.108, 1.109 aesopt.h, 1.6,
1.7 asterisk.c, 1.118, 1.119 md5.c, 1.7, 1.8 utils.c, 1.17, 1.18
- Next message: [Asterisk-cvs] asterisk/codecs/lpc10 lpc10.h,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list