|
|
src_unpack() { | src_unpack() { |
unpack ${P}-release.tar.bz2 | unpack ${P}-release.tar.bz2 |
unpack ${PN}_lexfix.tar.gz | unpack ${PN}_lexfix.tar.gz |
|
epatch ${FILESDIR}/const.patch |
| |
# Move the update into ${S} | # Move the update into ${S} |
cd ${PN} | cd ${PN} |
|
|
if ! use static; then | if ! use static; then |
myconf="${myconf} --enable-shared" | myconf="${myconf} --enable-shared" |
fi | fi |
|
myconf="${myconf} --with-vox=cmu_us_kal16" |
| |
econf ${myconf} || die "Failed configuration" | econf ${myconf} || die "Failed configuration" |
# -j2 borks when we make the shared libs | # -j2 borks when we make the shared libs |