Magellan Linux

Diff of /branches/magellan-next/extras/pysqlite/pysqlite-2.6.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8812 by niro, Mon Aug 1 08:19:36 2011 UTC revision 8813 by niro, Mon Aug 1 08:23:33 2011 UTC
# Line 23  SRC_URI=( Line 23  SRC_URI=(
23  )  )
24    
25  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"  UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
   
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix encoding - trac needs this, see:  
  # http://www.mail-archive.com/trac-users@googlegroups.com/msg07793.html  
  # and  
  # http://trac.edgewall.org/changeset/6223  
  sed -i "s/\(coding: \)ISO-8859-1/\1utf-8/" pysqlite2/__init__.py pysqlite2/dbapi2.py || die  
 }  

Legend:
Removed from v.8812  
changed lines
  Added in v.8813