mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libuuid: scons needs a secondary arch variable
This commit is contained in:
@@ -10,7 +10,7 @@ unique\"."
|
||||
HOMEPAGE="https://gitlab.com/kallisti5/libuuid"
|
||||
COPYRIGHT="2013-2014 Ralph Böhme"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://gitlab.com/kallisti5/libuuid/-/archive/v${portVersion}/libuuid-v${portVersion}.tar.gz"
|
||||
SOURCE_DIR="libuuid-v${portVersion}"
|
||||
CHECKSUM_SHA256="5c4985534b5a8a4c3100e298a6cbb30b6bbf1800a6bab39e214a3bcdb0cd5aed"
|
||||
@@ -48,12 +48,14 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export HAIKU_SECONDARY_ARCH="$effectiveTargetArchitecture"
|
||||
scons --prefix=$prefix --lib-dir=$libDir --exec-prefix=$libExecDir \
|
||||
--inc-dir=$includeDir --man-dir=$manDir
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
export HAIKU_SECONDARY_ARCH="$effectiveTargetArchitecture"
|
||||
scons --prefix=$prefix --lib-dir=$libDir --exec-prefix=$libExecDir \
|
||||
--inc-dir=$includeDir --man-dir=$manDir install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user