mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Wrestle gogo_no_coda recipe into a somewhat working state.
* the build runs through, but I haven't tested the binary at all
This commit is contained in:
@@ -19,6 +19,8 @@ BUILD_REQUIRES="haiku >= $haikuVersion"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:nasm
|
||||
"
|
||||
@@ -34,6 +36,8 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install $jobArgs
|
||||
cd linux
|
||||
mkdir $prefix/bin
|
||||
make install prefix=$prefix
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user