From efb40d0fe59817d10d6bcf2d545ae4ac0a887553 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 31 Aug 2004 13:32:11 +0000 Subject: Merge NetBSD and Courtesty tone with modifications (bug #2329) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/h323') diff --git a/channels/h323/Makefile b/channels/h323/Makefile index fa9c8ea11..52004c1fd 100755 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -21,8 +21,10 @@ endif # 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) -- cgit v1.2.3