[asterisk-commits] branch 1.2 r30802 -
/branches/1.2/codecs/gsm/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 30 09:07:16 MST 2006
Author: kpfleming
Date: Tue May 30 11:07:16 2006
New Revision: 30802
URL: http://svn.digium.com/view/asterisk?rev=30802&view=rev
Log:
another S/390 build fix
Modified:
branches/1.2/codecs/gsm/Makefile
Modified: branches/1.2/codecs/gsm/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.2/codecs/gsm/Makefile?rev=30802&r1=30801&r2=30802&view=diff
==============================================================================
--- branches/1.2/codecs/gsm/Makefile (original)
+++ branches/1.2/codecs/gsm/Makefile Tue May 30 11:07:16 2006
@@ -242,7 +242,9 @@
ifneq ($(shell uname -m),sparc64)
ifneq (${PROC},arm)
ifneq ($(shell uname -m), parisc)
+ifneq ($(shell uname -m), s390)
GSM_SOURCES+= $(SRC)/k6opt.s
+endif
endif
endif
endif
More information about the asterisk-commits
mailing list