mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 18:20:07 +02:00
jamvm: Fix devel libs
This commit is contained in:
@@ -22,7 +22,8 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
jamvm$secondaryArchSuffix = $portVersion
|
||||
cmd:jamvm$secondaryArchSuffix = $portVersion
|
||||
lib:libjvm_x86
|
||||
lib:libjvm$secondaryArchSuffix
|
||||
devel:libjvm$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -56,5 +57,5 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
prepareInstalledDevelLibs
|
||||
prepareInstalledDevelLib libjvm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user