mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture, so using it means secondary package builds fail. example: $portVersionedName is libwow_x86-0.0.0 when doing an x86 build on x86_gcc2
This commit is contained in:
@@ -44,7 +44,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
#SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -94,7 +94,6 @@ REQUIRES_devel="
|
||||
|
||||
PATCHES="libarchive-3.1.2.patchset"
|
||||
|
||||
#SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -43,7 +43,6 @@ BUILD_PREREQUIRES="
|
||||
defineDebugInfoPackage tar \
|
||||
$binDir/tar
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user