4f67933e14
PR: ports/66206 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
11 lines
334 B
Text
11 lines
334 B
Text
--- Makefile.config.orig Fri Apr 30 13:17:57 2004
|
|
+++ Makefile.config Mon May 3 00:34:01 2004
|
|
@@ -16,7 +16,7 @@
|
|
|
|
#CFLAGS += -O2 -Wall
|
|
#CFLAGS += -O3 -Wall -march=athlon-tbird -mcpu=athlon-tbird
|
|
-CFLAGS += -Wall
|
|
+CFLAGS ?= -Wall
|
|
|
|
# gettext/internationalisation support
|
|
# (is automatically turned off if you don't have gettext)
|