Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-as-needed.patch
sed -i -e '$ s/\\$//' \
fdesign/Makefile.am \
lib/Makefile.am || die "Failed to remove trailing \\ at last line."
eautoreconf || die 'eautoreconf failed'
}