--- trunk/extras/libraw/libraw-0.19.2-r1.smage2 2019/01/02 11:39:38 31915 +++ trunk/extras/libraw/libraw-0.19.2-r1.smage2 2019/01/02 12:08:16 31916 @@ -26,10 +26,8 @@ UP2DATE="updatecmd http://www.libraw.org/download | highesttarball gz" -src_compile() +src_prepare() { - # fix build with >=gcc-6.1 - CXXFLAGS+=" -Wno-narrowing" - mconfigure --disable-examples || die - mmake || die + munpack ${SRCFILE} || die + mautoreconf || die }