mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
timezone_data: fix 32 bits build. (#9715)
This workaround works for now. In the future we should probably move this recipe to "_x86". See details on #9519.
This commit is contained in:
@@ -11,7 +11,7 @@ LICENSE="
|
||||
Public Domain
|
||||
BSD (3-clause)
|
||||
"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://data.iana.org/time-zones/releases/tzdb-$portVersion.tar.lz"
|
||||
CHECKSUM_SHA256="08fd090f1a16d522ae4e9247445056f4155002239e5be760b31ba0376d2e632c"
|
||||
SOURCE_DIR="tzdb-$portVersion"
|
||||
@@ -43,6 +43,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
make \
|
||||
CFLAGS="-DPORT_TO_C89" \
|
||||
USRDIR=$prefix \
|
||||
USRSHAREDIR=${dataDir:1} \
|
||||
ZICDIR=$binDir \
|
||||
|
||||
Reference in New Issue
Block a user