on 27/09/2012 01:01 Bernhard Urban said the following:
hey Andriy,
thanks for your patch! please submit it via gerrit, see http://www.coreboot.org/Git
It seems that the patch got committed while I was waiting for a weekend to come to set up myself with gerrit. Which I did anyways :-)
Thank you very much!
On Wed, Sep 26, 2012 at 10:49 PM, Andriy Gapon avg@freebsd.org wrote:
Guys,
It's been quite a while since I worked with any coreboot tools. I see that a lot has changed... I am posting a trivial FreeBSD-related patch here, but I am ready to follow the proper way if you give me a kick towards it :-) Thank you!
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 41625d3..2388f4e 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -41,7 +41,7 @@ LIBS = -framework IOKit -framework DirectHW -lpci -lz endif ifeq ($(OS_ARCH), FreeBSD) CFLAGS = -O2 -Wall -Werror -Wstrict-prototypes -Wundef -Wstrict-aliasing \
-Werror-implicit-function-declaration -ansi $(SVNDEF) \
-Werror-implicit-function-declaration -ansi $(VERSION) \ -I/usr/local/include
LDFLAGS += -L/usr/local/lib LIBS = -lz
-- Andriy Gapon
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot