summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-08-31 13:32:11 +0000
committerMark Spencer <markster@digium.com>2004-08-31 13:32:11 +0000
commit2a108b9b06e52027aea370bc5c19705db74851d6 (patch)
tree8b96ade1ef4f07a1645bf7bdbfc34fcaa2b725db /channels/h323
parent6749f1b8b5ad2a9ba4bde209f401e4c747d5ea53 (diff)
Merge NetBSD and Courtesty tone with modifications (bug #2329)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/Makefile2
1 files changed, 2 insertions, 0 deletions
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)