File b43-openfwwf-5.2_Makefile_nostdinc.patch of Package b43-openfwwf
--- Makefile.orig 2014-07-14 16:09:52.512569719 +0200 +++ Makefile 2014-07-14 18:55:06.840366496 +0200 @@ -1,11 +1,12 @@ BCMASM = b43-asm PREFIX ?= /lib/firmware/b43 DEBUG ?= 1 +CPPOPTS = -nostdinc all: ucode5.fw ucode5.fw: ucode5.asm - $(BCMASM) ucode5.asm ucode5.fw --cpp-args -DDEBUG=$(DEBUG) -- --ivalext .fw --psize + $(BCMASM) ucode5.asm ucode5.fw --cpp-args $(CPPOPTS) -DDEBUG=$(DEBUG) -- --ivalext .fw --psize install: all -install -d -o 0 -g 0 -m 755 $(PREFIX)