ports/net/asterisk16-addons/files/patch-Makefile.rules
Maxim Sobolev 313c4c76c4 Update to 1.6.0.1 after repo-copy from net/asterisk-addons.
PR:		ports/131934
Submitted by:	Florian Smeets <flo@kasimir.com>
2009-03-07 18:51:40 +00:00

12 lines
297 B
Text

--- Makefile.rules.orig 2009-02-17 13:27:59.000000000 +0000
+++ Makefile.rules 2009-02-17 13:28:21.000000000 +0000
@@ -38,7 +38,9 @@
# ppro's, etc, as well as the AMD K6 and K7.
#K6OPT=-DK6OPT
+ifneq ($(OSARCH),FreeBSD)
OPTIMIZE?=-O6
+endif
ASTCFLAGS+=$(OPTIMIZE)
endif