mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
bsnow: fix build for non-gcc2 systems.
Also, don't forget to "make bindcatalogs" for proper locale support.
This commit is contained in:
committed by
Adrien Destugues
parent
72b1678089
commit
a0ce6e7826
@@ -4,7 +4,7 @@ background."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/BSnow"
|
||||
COPYRIGHT="2016 François Revol"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
srcGitRev="b135a6db0df00fb1df4e7b66786d87de142b5e4c"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BSnow/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="1764ea0ef9fc4e0bbb23ad9e12ebfcc6255cc2d78cd545d202356d4ecac1ba17"
|
||||
@@ -31,12 +31,14 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs
|
||||
make OBJ_DIR=objects $jobArgs
|
||||
make OBJ_DIR=objects $jobArgs bindcatalogs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir/BSnow
|
||||
cp -r objects.x86-cc2-release/BSnow $appsDir/BSnow
|
||||
addAppDeskbarSymlink $appsDir/BSnow/BSnow BSnow
|
||||
mkdir -p $appsDir
|
||||
cp objects/BSnow $appsDir/BSnow
|
||||
|
||||
addAppDeskbarSymlink $appsDir/BSnow BSnow
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user