mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 20:18:52 +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:
@@ -34,7 +34,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ COPYRIGHT="1998-2009 Glenn Randers-Pehrson
|
||||
2005 Greg Roelofs"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
SOURCE_DIR="${portVersionedName}-nolib"
|
||||
SOURCE_DIR="pngcrush-${portVersion}-nolib"
|
||||
|
||||
PROVIDES="
|
||||
pngcrush = $portVersion compat >= 1.7
|
||||
|
||||
Reference in New Issue
Block a user