mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
im: enable x86_64, specify libpng16 (#3655)
This commit is contained in:
committed by
Jérôme Duval
parent
bfcb677228
commit
757b42805d
@@ -20,15 +20,15 @@ C++.
|
||||
|
||||
IM is free software, can be used for public and commercial applications."
|
||||
HOMEPAGE="http://www.tecgraf.puc-rio.br/im/"
|
||||
COPYRIGHT="1994-2016 Tecgraf, PUC-Rio."
|
||||
COPYRIGHT="1994-2019 Tecgraf, PUC-Rio."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://freefr.dl.sourceforge.net/project/imtoolkit/$portVersion/Docs%20and%20Sources/im-${portVersion}_Sources.tar.gz"
|
||||
CHECKSUM_SHA256="d303de96ea104f8d1bfc82e1bb4b061a6617a6f0082e37fe69950b7d2dcea3cd"
|
||||
SOURCE_DIR="im"
|
||||
PATCHES="im-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -52,7 +52,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -80,12 +80,12 @@ REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:liblua$secondaryArchSuffix >= 5.1
|
||||
devel:libpng$secondaryArchSuffix
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:liblua5.1$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:as$secondaryArchSuffix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user