summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2005-01-18 16:21:54 +0000
committerJeremy McNamara <jj@nufone.net>2005-01-18 16:21:54 +0000
commitee456ae10d00b69a18f1e4c1ccd1a41f6619de7f (patch)
treefaefcae2a6c26d6f8e9730cb7bd7a57127855a12 /channels
parenta9bbac93a29cfc4d0622cb843406edcc810850b8 (diff)
use PROC instead of OSARCH
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 86dbee4e7..204cb5165 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -24,7 +24,7 @@ PROC=$(shell uname -m)
ifneq (${OSARCH},FreeBSD)
ifneq (${OSARCH},NetBSD)
ifneq (${PROC},ppc)
-CFLAGS += -march=$(ARCH)
+CFLAGS += -march=$(PROC)
endif
endif
endif