Magellan Linux

Diff of /trunk/extras/xalan-c/xalan-c-1.10.0-r4.smage2

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

revision 2102 by niro, Thu Jun 18 22:17:21 2009 UTC revision 2103 by niro, Fri Jun 19 00:28:35 2009 UTC
# Line 15  HOMEPAGE="http://xml.apache.org/xalan-c/ Line 15  HOMEPAGE="http://xml.apache.org/xalan-c/
15  SRCFILE="Xalan-C_$(echo ${PVER} | sed "s:\.:_:g")-src.tar.gz"  SRCFILE="Xalan-C_$(echo ${PVER} | sed "s:\.:_:g")-src.tar.gz"
16  SRCDIR="${BUILDDIR}/xml-xalan"  SRCDIR="${BUILDDIR}/xml-xalan"
17    
 sminclude mbuild  
   
18  SRC_URI=(  SRC_URI=(
19   http://www.apache.org/dist/xml/${PNAME}/${SRCFILE}   http://www.apache.org/dist/xml/${PNAME}/${SRCFILE}
20   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
22  )  )
23    
24  UP2DATE="updatecmd http://www.apache.org/dist/xml/${PNAME}/source/ | sed -n -e 's/.*Xalan-C_\(.*\)-src.*/\1/;$ p' | sed 's:_:.:g'"  UP2DATE="updatecmd http://www.apache.org/dist/xml/${PNAME}/source/ | sed -n -e 's/.*Xalan-C_\(.*\)-src.*/\1/;$ p' | sed 's:_:.:g'"
25    
26    src_prepare()
27    {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # gcc43 compilation fix, adding missing includes
32     mpatch ${PNAME}-${PVER}-gcc43.patch || die
33    }
34    
35  src_compile()  src_compile()
36  {  {
37   cd ${SRCDIR}/c || die   cd ${SRCDIR}/c || die

Legend:
Removed from v.2102  
changed lines
  Added in v.2103