mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
jasper: enable x86_64
This commit is contained in:
@@ -8,17 +8,17 @@ the JasPer Software Reference Manual.
|
||||
HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
|
||||
SRC_URI="http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip"
|
||||
CHECKSUM_SHA256="6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
LICENSE="JasPer v2"
|
||||
COPYRIGHT="1999-2007 Michael D. Adams"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
jasper$secondaryArchSuffix = $portVersion compat >= 1.0.0
|
||||
lib:libjasper$secondaryArchSuffix = 1.0.0 compat >= 1.0
|
||||
lib:libjasper$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -45,11 +45,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I acaux
|
||||
autoconf
|
||||
automake
|
||||
chmod 777 configure
|
||||
autoreconf -fi
|
||||
chmod +x ./configure
|
||||
runConfigure ./configure --enable-shared
|
||||
make
|
||||
}
|
||||
@@ -82,7 +79,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
jasper${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libjasper$secondaryArchSuffix = 1.0.0
|
||||
devel:libjasper$secondaryArchSuffix = 1.0.0 compat >=1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
Reference in New Issue
Block a user