mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
muparser: enable x86_64.
This commit is contained in:
@@ -13,12 +13,12 @@ SOURCE_URI="https://github.com/beltoforion/muparser/archive/v$portVersion.tar.gz
|
||||
CHECKSUM_SHA256="0666ef55da72c3e356ca85b6a0084d56b05dd740c3c21d26d372085aa2c6e708"
|
||||
PATCHES="muparser-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
muparser$secondaryArchSuffix = $portVersion
|
||||
lib:libmuparser$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libmuparser$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -26,7 +26,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
muparser${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmuparser$secondaryArchSuffix = $portVersion compat >= 2
|
||||
devel:libmuparser$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
muparser$secondaryArchSuffix == $portVersion base
|
||||
@@ -40,12 +40,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cp `finddir B_SYSTEM_DATA_DIRECTORY`/libtool/config/config.guess build/autoconf/
|
||||
cp `finddir B_SYSTEM_DATA_DIRECTORY`/libtool/config/config.sub build/autoconf/
|
||||
runConfigure ./configure --disable-samples
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user