Alexander E. Patrakov wrote:
As a better solution, you can try this (for ppc only):
1) patch out anything sis-related from src/ddcpci/Makefile.in:
sed -i.bak -e '/sis.Po/d' -e 's,sis[^ ]*,,' src/ddcpci/Makefile.in
2) patch out references to sis from main.c:
sed -i.bak '/sis/d' src/ddcpci/main.c
I am sure that the asm/io.h fix is correct and sufficient for the Intel
case, but you may want to patch it out too, because there probably
cannot be an Intel video card on ppc.
Alright. I'll give the above suggestions a try first. Thanks.
--
JH
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page