--- smage/trunk/extras/libdrm/libdrm-2.4.23-r1.smage2 2010/12/16 21:10:19 994 +++ smage/trunk/extras/libdrm/libdrm-2.4.23-r1.smage2 2010/12/16 21:12:22 995 @@ -20,20 +20,10 @@ SRC_URI=( http://dri.freedesktop.org/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} - mirror://${PNAME}/${PNAME}-${PVER}-mesa-fix.patch ) UP2DATE="updatecmd http://dri.freedesktop.org/${PNAME}/ | lasttarball" -src_prepare() -{ - munpack ${SRCFILE} || die - - # fix build issues with mesa-7.8.1 - # see: https://bugs.freedesktop.org/show_bug.cgi?id=27612 - mpatch ${PNAME}-${PVER}-mesa-fix.patch || die -} - src_compile() { # add march=native to cflags to fix compile issues