mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 01:00:06 +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,12 +19,7 @@ PATCHES="pygame-1.9.1.patchset"
|
||||
ARCHITECTURES="x86 ?x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
|
||||
|
||||
#ARCHITECTURES="x86"
|
||||
#if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# # x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# # for a different secondary architecture.
|
||||
# ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
#fi
|
||||
#ARCHITECTURES="!x86_gcc2 x86"
|
||||
#SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -39,8 +34,8 @@ REQUIRES="
|
||||
sdl_mixer$secondaryArchSuffix >= 1.2
|
||||
smpeg$secondaryArchSuffix >= 0.4.5
|
||||
lib:libpng$secondaryArchSuffix
|
||||
jpeg$secondaryArchSuffix
|
||||
sdl_gfx$secondaryArchSuffix
|
||||
jpeg$secondaryArchSuffix
|
||||
sdl_gfx$secondaryArchSuffix
|
||||
"
|
||||
# portmidi ^
|
||||
# portmap |
|
||||
@@ -60,9 +55,9 @@ BUILD_PREREQUIRES="
|
||||
libpng${secondaryArchSuffix}_devel
|
||||
jpeg${secondaryArchSuffix}_devel
|
||||
smpeg${secondaryArchSuffix}_devel >= 0.4.5
|
||||
sdl_gfx${secondaryArchSuffix}_devel
|
||||
sdl_gfx${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# $portPackageLinksDir/cmd~python/bin/python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user