Magellan Linux

Diff of /branches/magellan-next/extras/redland/redland-1.0.11-r1.smage2

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

revision 8505 by niro, Wed Jul 20 15:58:51 2011 UTC revision 8506 by niro, Wed Jul 20 16:00:05 2011 UTC
# Line 26  sminclude mbuild Line 26  sminclude mbuild
26  SRC_URI=(  SRC_URI=(
27   http://download.librdf.org/source/${SRCFILE}   http://download.librdf.org/source/${SRCFILE}
28   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.0.10-librdf_storage_register_factory.patch  
29  )  )
30    
31  #UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}-[0-9] | lasttarball gz"  #UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}-[0-9] | lasttarball gz"
# Line 37  src_prepare() Line 36  src_prepare()
36   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
  # upstream, fixes "undefined symbol: librdf_storage_register_factory"  
  mpatch ${PNAME}-1.0.10-librdf_storage_register_factory.patch || die  
   
39   # we are using system libs so delete them   # we are using system libs so delete them
40   rm -rf {raptor,rasqal} || die   rm -rf {raptor,rasqal} || die
41  }  }

Legend:
Removed from v.8505  
changed lines
  Added in v.8506