Magellan Linux

Diff of /smage/trunk/core/xmlrpc-c/xmlrpc-c-1.51.05-r1.smage2

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

revision 13787 by niro, Wed Oct 30 19:48:33 2019 UTC revision 13788 by niro, Wed Oct 30 20:11:14 2019 UTC
# Line 15  DEPEND=">= net-libs/libcurl-7 Line 15  DEPEND=">= net-libs/libcurl-7
15  SDEPEND=">= net-libs/libcurl-dev-7  SDEPEND=">= net-libs/libcurl-dev-7
16   >= sys-libs/libstdc++-dev-5.3"   >= sys-libs/libstdc++-dev-5.3"
17    
18  SRCFILE="${PNAME}-${PVER}.tgz"  #SRCFILE="${PNAME}-${PVER}.tgz"
19    # repackaged as a valid tar file for busybox
20    SRCFILE="${PNAME}-${PVER}-busybox.tar.gz"
21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23  sminclude mbuild alx  sminclude mbuild alx
# Line 33  src_prepare() Line 35  src_prepare()
35  {  {
36   #munpack ${SRCFILE}   #munpack ${SRCFILE}
37   # not a tar gz, regardless of the name   # not a tar gz, regardless of the name
38   tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die   #tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
39     # repackaged as a valid tar file for busybox
40     munpack ${SRCFILE}
41   cd ${SRCDIR}   cd ${SRCDIR}
42    
43   # fix compilation against newer curl, which dropped types.h   # fix compilation against newer curl, which dropped types.h

Legend:
Removed from v.13787  
changed lines
  Added in v.13788