wok-next diff gpxe/receipt @ rev 6382
Up: libmodplug, libmodplug-dev to 0.8.8.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 21 14:17:45 2010 +0000 (2010-09-21) |
parents | d6b1e6646591 |
children | 53e1828da719 |
line diff
1.1 --- a/gpxe/receipt Tue Jan 05 13:33:33 2010 +0100 1.2 +++ b/gpxe/receipt Tue Sep 21 14:17:45 2010 +0000 1.3 @@ -20,6 +20,8 @@ 1.4 patch -p2 < ../../stuff/$i || return 1 1.5 touch done.$i 1.6 done 1.7 + sed -i 's/ = ++ns->cur_rx %/++; ns->cur_rx %=/' drivers/net/ns83820.c 1.8 + sed -i 's/ = (++tp->cur_rx) %/++; tp->cur_rx %=/' drivers/net/tulip.c 1.9 make EXTRA_CFLAGS=-fno-strict-aliasing bin/gpxe.lkrn bin/undionly.kpxe 1.10 } 1.11