mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
hqx: enable x86 and x86_64, fix build (#1707)
This commit is contained in:
committed by
Jérôme Duval
parent
d402bb9a69
commit
680d0e29a2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user