freebsd-ports/net/asterisk12/files/patch-codecs::gsm::Makefile

12 lines
333 B
Text
Raw Normal View History

2006-06-17 01:34:44 +02:00
--- codecs/gsm/Makefile.orig Tue May 30 22:18:30 2006
+++ codecs/gsm/Makefile Wed Jun 14 14:07:42 2006
@@ -51,7 +51,7 @@
ifneq (${PROC},ppc)
ifneq (${PROC},ppc64)
ifneq (${PROC},s390)
2006-01-27 01:15:33 +01:00
-OPTIMIZE+=-march=$(PROC)
+#OPTIMIZE+=-march=$(PROC)
2006-06-17 01:34:44 +02:00
endif
endif
endif