mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix some bad usage of $portVersionedName
It contains _x86 for gcc4 builds, which is not what we need.
This commit is contained in:
@@ -35,7 +35,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
SOURCE_DIR="${portVersionedName}-source"
|
||||
SOURCE_DIR="espeak-${portVersion}-source"
|
||||
|
||||
PATCHES="espeak-1.48.04.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user