Author: jhuntwork
Date: 2005-09-07 13:44:00 -0600 (Wed, 07 Sep 2005)
New Revision: 633

Modified:
   x86/trunk/packages/links/Makefile
Log:
Fixed links for sparc

Modified: x86/trunk/packages/links/Makefile
===================================================================
--- x86/trunk/packages/links/Makefile   2005-09-07 19:43:22 UTC (rev 632)
+++ x86/trunk/packages/links/Makefile   2005-09-07 19:44:00 UTC (rev 633)
@@ -26,7 +26,12 @@
 #==============================================================================
 # Configure commands below \/
 #==============================================================================
+ifeq ($(ARCH),sparc)
+       @./configure --prefix=/usr >../$(DIR)[EMAIL PROTECTED] 2>&1
+else
        @./configure --prefix=/usr --enable-graphics >../$(DIR)[EMAIL 
PROTECTED] 2>&1
+endif
+
 #
 #==Status Messages==========================================
 #

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

Reply via email to