mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
12 lines
297 B
Text
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
|
|
|