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:
Alexander von Gluck IV
2013-12-25 17:52:56 -06:00
parent db9ff2f3f4
commit d97a2aabd9
100 changed files with 8 additions and 101 deletions

View File

@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:make
"
SOURCE_DIR="$portVersionedName-stable"
SOURCE_DIR="libevent-${portVersion}-stable"
PATCHES="libevent-1.4.14b.patch"

View File

@@ -50,7 +50,7 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:make
"
SOURCE_DIR="$portVersionedName-stable"
SOURCE_DIR="libevent-${portVersion}-stable"
PATCHES="libevent-2.0.21.patch"