hqx: enable x86 and x86_64, fix build (#1707)

This commit is contained in:
Schrijvers Luc
2017-10-13 12:25:25 +02:00
committed by Jérôme Duval
parent d402bb9a69
commit 680d0e29a2
3 changed files with 4 additions and 94 deletions

View File

@@ -6,13 +6,13 @@ HOMEPAGE="https://code.google.com/archive/p/hqx/"
COPYRIGHT="2003 Maxim Stepin
2010 Cameron Zemek"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hqx/hqx-1.1.tar.gz"
CHECKSUM_SHA256="cc18f571fb4bc325317892e39ecd5711c4901831926bc93296de9ebb7b2f317b"
PATCHES="hqx-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
hqx$secondaryArchSuffix = $portVersion
@@ -55,7 +55,7 @@ BUILD()
{
autoreconf -vfi
runConfigure ./configure
make $jobArgs OBJ_DIR=objects
make OBJ_DIR=objects
}
INSTALL()