Magellan Linux

Diff of /branches/R11-stable/core/xmlrpc-c/xmlrpc-c-1.25.29-r1.smage2

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

revision 21533 by niro, Mon Jun 30 12:47:30 2014 UTC revision 21534 by niro, Mon Jun 30 13:07:48 2014 UTC
# Line 22  msetfeature "!check" Line 22  msetfeature "!check"
22  SRC_URI=(  SRC_URI=(
23   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${PNAME}-${PVER}-ftbfs.patch
26  )  )
27    
28  UP2TARBALL="${PNAME}"  UP2TARBALL="${PNAME}"
# Line 34  src_prepare() Line 35  src_prepare()
35    
36   # fix compilation against newer curl, which dropped types.h   # fix compilation against newer curl, which dropped types.h
37   sed -i '/#include <curl\/types.h>/d' lib/curl_transport/*.c || die   sed -i '/#include <curl\/types.h>/d' lib/curl_transport/*.c || die
38    
39     # ftbfs fix
40     mpatch ${PNAME}-${PVER}-ftbfs.patch || die
41  }  }
42    
43  src_compile()  src_compile()

Legend:
Removed from v.21533  
changed lines
  Added in v.21534