mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libchewing, fix build for 32bit (#7344)
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Intelligent phonetic (Zhuyin/Bopomofo) input method library"
|
||||
HOMEPAGE="https://github.com/chewing"
|
||||
COPYRIGHT="2004-2006, 2008-2010, 2012-2014 The libchewing Core Team"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/chewing/libchewing/releases/download/v${portVersion}/libchewing-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b"
|
||||
SOURCE_DIR="libchewing-$portVersion"
|
||||
@@ -28,11 +28,11 @@ PROVIDES_devel="
|
||||
devel:libchewing$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libchewing == $portVersion base
|
||||
libchewing$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel$secondaryArchSuffix
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user