mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
matio, disable gcc2, set CMAKE_INSTALL_BINDIR (#10287)
no need for revbumping, 64bit is fine
This commit is contained in:
@@ -10,7 +10,7 @@ REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/matio/files/matio/$portVersion/matio-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="06352c6a34b2e001b5bd5e748cc405683c88ec71b1098dcf3561a4859c33f44f"
|
||||
|
||||
ARCHITECTURES="all x86_gcc2"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -60,7 +60,8 @@ defineDebugInfoPackage matio$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_BINDIR=$commandBinDir
|
||||
make -Cbuild $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user