mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when building for a SECONDARY_ARCHITECTURE.
This commit is contained in:
@@ -19,17 +19,13 @@ change most of an objects properties later on. This could be called \
|
||||
non-destructive editing, because adding another object (like a filter) does \
|
||||
not actually destroy any pixel data.
|
||||
"
|
||||
HOMEPAGE="http://yellowbites.com/wonderbrush.html"
|
||||
HOMEPAGE="http://yellowbites.com/wonderbrush.html"
|
||||
LICENSE="WonderBrush"
|
||||
COPYRIGHT="2005, Stephan Aßmus und Ingo Weinhold GbR"
|
||||
SOURCE_URI="http://yellowbites.com/downloads/WonderBrush-2.1.2-x86-gcc2-2013-01-02.zip#noarchive"
|
||||
CHECKSUM_SHA256="d0e9fad818c3f7900a475b80a249c9aa4eb118dc8498a6370a87e7a10fa42067"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
if [ $effectiveTargetArchitecture = x86_gcc2 -a $targetArchitecture = x86 ]
|
||||
then
|
||||
ARCHITECTURES="$ARCHITECTURES x86"
|
||||
fi
|
||||
ARCHITECTURES="x86_gcc2 !x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2"
|
||||
DISABLE_SOURCE_PACKAGE=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user