mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fix 4 building failed in x86_64 issues. (#1993)
* Fix bdhcalc * Fix ppviewer * Fix helios * Fix lpairs * Remove autoreconf * Remove 'x' * Update helios-1.7.2.recipe * revision update * Change arch variable * x86_64 issues has been fixed upstream * patches of ppviewer hass been merged to upstream * Patches of BDH-Calc has been merged to upstream
This commit is contained in:
@@ -5,10 +5,10 @@ decrypting routines."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/PPViewer"
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#ce572506ca6e69c888898abf5b958701e068122b"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#bd43e4a8d9139c35ba34bd9791f293e4421ca082"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 !x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
ppviewer = $portVersion
|
||||
@@ -22,17 +22,19 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:make
|
||||
cmd:g++
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
g++ -lbe -ltracker -o PPViewer *.cpp
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp PPViewer $appsDir
|
||||
cp -a objects/ppviewer $appsDir
|
||||
addAppDeskbarSymlink $appsDir/PPViewer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user