mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
openjpeg-2.1.0.recipe edited online with Bitbucket
Added x86_gcc2 since it will build just fine with gcc2. Moved Patches to be just above BUILD
This commit is contained in:
@@ -20,17 +20,7 @@ HOMEPAGE="http://www.openjpeg.org/"
|
||||
SRC_URI="http://sourceforge.net/projects/openjpeg.mirror/files/$portVersion/openjpeg-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
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"
|
||||
else
|
||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="openjpeg-2.1.0.patchset"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
openjpeg$secondaryArchSuffix = $portVersion
|
||||
@@ -70,6 +60,8 @@ REQUIRES_devel="
|
||||
openjpeg$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCHES="openjpeg-2.1.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
|
||||
Reference in New Issue
Block a user