[Lunar-commits] r21488 - moonbase/trunk/libs/newt

Terry Chan tchan at lunar-linux.org
Thu Sep 21 18:48:41 UTC 2006


Author: tchan
Date: 2006-09-21 18:48:41 +0000 (Thu, 21 Sep 2006)
New Revision: 21488

Modified:
   moonbase/trunk/libs/newt/BUILD
Log:
Fixed the hardcoding of python2.4 to now be python2.5. Remove the hack sedit
in BUILD when the newt devs get around to fixing newt for Python 2.5.


Modified: moonbase/trunk/libs/newt/BUILD
===================================================================
--- moonbase/trunk/libs/newt/BUILD	2006-09-21 18:46:53 UTC (rev 21487)
+++ moonbase/trunk/libs/newt/BUILD	2006-09-21 18:48:41 UTC (rev 21488)
@@ -5,6 +5,8 @@
   patch_it $SOURCE2 1 &&
   patch_it $SOURCE3 1 &&
   patch_it $SOURCE4 1 &&
+  #fix the hard-coded python2.4 to python2.5 for now, remove this hack later when newt is fixed.
+  sedit "s/python2.4/python2.5/g" Makefile.in &&
 
   ./configure  --prefix=/usr             \
                --mandir=/usr/share/man  && 



More information about the Lunar-commits mailing list