--- smage/trunk/core/mesa/mesa-17.1.5-r1.smage2 2017/07/26 13:33:32 9579 +++ smage/trunk/core/mesa/mesa-17.1.5-r1.smage2 2017/07/26 13:35:44 9580 @@ -240,7 +240,6 @@ ftp://ftp.freedesktop.org/pub/mesa/${PVER%_*}/${SRCFILE} ftp://ftp.freedesktop.org/pub/mesa/${SRCFILE} mirror://${PNAME}/${SRCFILE} - mirror://${PNAME}/${PNAME}-17.0.2-i915-i486-compile-fix.patch ) UP2DATE="updatecmd ftp://ftp.freedesktop.org/pub/mesa/ | highesttarball xz" @@ -570,9 +569,6 @@ { munpack ${SRCFILE} || die - # i486 compile fix - mpatch ${PNAME}-17.0.2-i915-i486-compile-fix.patch || die - # no debug code in the drives (gentoo) all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs --no-run-if-empty sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'