Author: jhuntwork
Date: 2006-05-25 16:29:40 -0600 (Thu, 25 May 2006)
New Revision: 1570

Modified:
   trunk/packages/ddccontrol/Makefile
Log:
ppc fixes for ddccontrol

Modified: trunk/packages/ddccontrol/Makefile
===================================================================
--- trunk/packages/ddccontrol/Makefile  2006-05-25 22:28:37 UTC (rev 1569)
+++ trunk/packages/ddccontrol/Makefile  2006-05-25 22:29:40 UTC (rev 1570)
@@ -20,6 +20,11 @@
        $(std_build)
 
 compile-stage2:
+ifeq ($(LFS-ARCH),ppc)
+       sed -i -e '/sis.Po/d' -e 's|sis[^ ]*||' src/ddcpci/Makefile.in
+       sed -i '/sis/d' src/ddcpci/main.c
+       sed -i 's|sys/io.h|asm/io.h|' src/ddcpci/intel810.c
+endif
        ./configure --prefix=/usr --disable-gnome-applet
        make $(PM)
        make install

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to