mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +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:
@@ -31,7 +31,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ ARCHITECTURES="x86 x86_gcc2"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1998-2000 The Santa Cruz Operation"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
PATCHES="cscope-15.7a.patch"
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -17,7 +17,6 @@ LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2000-2013 Tama Communications Corporation
|
||||
2007-2013 Free Software Foundation, Inc."
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PATCHES="global-6.2.9.patch"
|
||||
|
||||
@@ -19,7 +19,6 @@ CHECKSUM_MD5="99b572536377fcddb4d38e86a3c215fd"
|
||||
REVISION="2"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1986-2012 Free Software Foundation, Inc."
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PATCHES="idutils-4.6.patchset"
|
||||
|
||||
@@ -27,7 +27,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ CHECKSUM_MD5="b640b6b8af6183f83eacf7bd6d2460cb"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2001-2013 Tim Waugh"
|
||||
SOURCE_DIR="$portVersionedName"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user