Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
unpack "${A}"
cd "${S}"
sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-e 's|/usr/local/include|/usr/include|g' \
-e 's|/usr/local/include||g' \
-e 's|/usr/local/lib|/usr/lib|g' \
-e 's|/usr/local/lib||g' \
makefile > makefile.new
mv makefile.new makefile