mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libcangjie, fix build for 32bit (#7342)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="This is the C library implementing the Cangjie input method."
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/cangjie/libcangjie"
|
||||
COPYRIGHT="2013 The LibCangjie authors"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gitlab.freedesktop.org/cangjie/libcangjie/-/archive/v${portVersion}/ibcangjie-v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="629e53bfb26f0939bd11e71e2ff42e38d4456721ea96971646edd26228109242"
|
||||
SOURCE_DIR="libcangjie-v$portVersion-a6e65884879315f7a2677528691e9c866cc2e391"
|
||||
@@ -31,11 +31,11 @@ PROVIDES_devel="
|
||||
devel:libcangjie$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcangjie == $portVersion base
|
||||
libcangjie$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel$secondaryArchSuffix
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user