mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Alembic : debuginfo fix (#2002)
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.alembic.io/"
|
||||
COPYRIGHT="2009-2016 Sony Pictures Imageworks
|
||||
2009-2016 Industrial Light and Magic"
|
||||
LICENSE="ALEMBIC"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/alembic/alembic/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256='ab0c727bfc4aedfe81c2365e604fb457056dc66909575ccfe19ed406e67c002e'
|
||||
PATCHES="alembic-$portVersion.patchset"
|
||||
@@ -67,13 +67,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
defineDebugInfoPackage alembic$secondaryArchSuffix \
|
||||
$libDir/libAlembic.so.$portVersion \
|
||||
$binDirabcconvert \
|
||||
$binDirabcdiff \
|
||||
$binDirabcecho \
|
||||
$binDirabcechobounds \
|
||||
$binDirabcls \
|
||||
$binDirabcstitcher \
|
||||
$binDirabctree
|
||||
$binDir/abcconvert \
|
||||
$binDir/abcdiff \
|
||||
$binDir/abcecho \
|
||||
$binDir/abcechobounds \
|
||||
$binDir/abcls \
|
||||
$binDir/abcstitcher \
|
||||
$binDir/abctree
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user