--- branches/magellan-next/extras/tango-icon-theme/tango-icon-theme-0.8.90-r1.smage2 2011/07/13 16:12:47 8266 +++ branches/magellan-next/extras/tango-icon-theme/tango-icon-theme-0.8.90-r1.smage2 2011/07/13 16:15:40 8267 @@ -30,3 +30,10 @@ UP2TARBALL="${PNAME}" UP2DATE="updatecmd_freedesktop tango" + +src_compile() +{ + cd ${SRCDIR} + mconfigure --enable-png-creation --enable-icon-framing || die + mmake || die +}