--- branches/magellan-next/extras/cdrdao/cdrdao-1.2.3-r2.smage2 2012/01/12 13:38:51 9836 +++ branches/magellan-next/extras/cdrdao/cdrdao-1.2.3-r2.smage2 2012/01/12 13:42:33 9837 @@ -24,6 +24,7 @@ SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} + mirror://${PNAME}/${PNAME}-${PVER}-stat.patch ) UP2DATE="updatecmd_sourceforge ${PNAME}" @@ -33,6 +34,9 @@ munpack ${SRCFILE} || die cd ${SRCDIR} + # fix missing includes + mpatch ${PNAME}-${PVER}-stat.patch || die + # add our vendor string sed -i "s:^\(PACKAGE_STRING=\).*:\1'cdrdao ${PVER} Magellan-Linux':" configure || die