Fix some bad usage of $portVersionedName

It contains _x86 for gcc4 builds, which is not what we need.
This commit is contained in:
François Revol
2014-07-19 19:49:49 +02:00
parent 23fb13725e
commit 3c078d8192
5 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ BUILD_PREREQUIRES="
cmd:gcc
"
SOURCE_DIR="${portVersionedName}-source"
SOURCE_DIR="espeak-${portVersion}-source"
PATCHES="espeak-1.48.04.patch"