[Lunar-commits] r22417 - moonbase/trunk/audio/toolame

Dennis Veatch stumbles at lunar-linux.org
Sun Dec 3 02:39:59 CET 2006


Author: stumbles
Date: 2006-12-03 02:39:59 +0100 (Sun, 03 Dec 2006)
New Revision: 22417

Modified:
   moonbase/trunk/audio/toolame/BUILD
Log:

This is a little more flexible and works with x86_64.



Modified: moonbase/trunk/audio/toolame/BUILD
===================================================================
--- moonbase/trunk/audio/toolame/BUILD	2006-12-02 23:21:05 UTC (rev 22416)
+++ moonbase/trunk/audio/toolame/BUILD	2006-12-03 01:39:59 UTC (rev 22417)
@@ -1,8 +1,9 @@
 (
- 
+
+  sedit "s:-march=pentium:-march=$CPU:" Makefile
+
   prepare_install  &&
   make             &&
-  install toolame /usr/bin/toolame 
+  install toolame /usr/bin/toolame
 
 ) > $C_FIFO 2>&1
-



More information about the Lunar-commits mailing list