[coreboot] New patch to review for coreboot: 1c54244 superiotool: Fix for FreeBSD

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Wed Oct 3 08:33:01 CEST 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1554

-gerrit

commit 1c542442c5d2a6a382942c4db9d3fa3b0d0ac122
Author: Andriy Gapon <avg at FreeBSD.org>
Date:   Wed Oct 3 08:19:34 2012 +0200

    superiotool: Fix for FreeBSD
    
    Makefile still used SVNDEF on FreeBSD.
    
    Change-Id: I45c7fbc66c33e82a2146ef7df87b63bc7edea4cd
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/superiotool/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the coreboot mailing list