From patchwork Tue Nov 9 09:11:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mirror fix about superio makefile Date: Tue, 09 Nov 2010 09:11:22 -0000 From: Jason Wang X-Patchwork-Id: 2278 Message-Id: To: Coreboot see the patch Signed-off-by: Wang Qing Pei Best wishes Wang Qing Pei Phone: 86+18930528086 Signed-off-by: Wang Qing Pei Index: util/superiotool/Makefile =================================================================== --- util/superiotool/Makefile (revision 6049) +++ util/superiotool/Makefile (working copy) @@ -40,9 +40,7 @@ LIBS = -framework IOKit -framework DirectIO -lpci -lz endif ifeq ($(OS_ARCH), FreeBSD) -CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \ - -Werror-implicit-function-declaration -ansi $(SVNDEF) \ - -I/usr/local/include +CFLAGS += -I/usr/local/include LDFLAGS += -L/usr/local/lib LIBS = -lz endif