mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
llvm: make it work with haikuporter -S
* Missing provides for all commands
* Configure script seems to ignore docDir and incldueDir, so manually
move them in place at install step...
This commit is contained in:
@@ -48,6 +48,7 @@ PROVIDES="
|
|||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix >= $haikuVersion
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
|
lib:libstdc++$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
@@ -86,4 +87,9 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
# It seems configure options don't work as expected ?
|
||||||
|
mv $prefix/include $developDir
|
||||||
|
mkdir -p $docDir/..
|
||||||
|
mv $prefix/docs $docDir
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user