mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
* switch to 1.6.2.X release series because 1.6.0.X is approaching its End of Life date. see http://www.asterisk.org/asterisk-versions * make sure your asterisk configurations between 1.6.0.X and 1.6.2.X before upgrading it. PR: ports/144065 [1], ports/146964 [2] Submitted by: Tom Judge <tjudge_AT_mintel_DOT_com> [1], Eugene M. Zheganin <emz_AT_norma_DOT_perm_DOT_ru> [2] Approved by: Florian Smeets (maintainer)
13 lines
297 B
Text
13 lines
297 B
Text
--- Makefile.rules.orig 2010-05-05 15:59:28.000000000 +0600
|
|
+++ Makefile.rules 2010-05-05 15:26:04.000000000 +0600
|
|
@@ -43,6 +43,10 @@
|
|
endif
|
|
endif
|
|
|
|
+ifneq ($(OSARCH),FreeBSD)
|
|
+ OPTIMIZE?=-O6
|
|
+endif
|
|
+
|
|
ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)
|
|
_ASTCFLAGS+=$(OPTIMIZE)
|
|
else
|