mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Mark as broken on i386 -- compilation fails due to the lack of the
'pg_atomic_uint64' type. That's only deined in the upstream postgresql code on x86_64.
This commit is contained in:
parent
fe4bc8469c
commit
17432f7356
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485866
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 8.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
@ -15,6 +16,7 @@ LICENSE= AGPLv3
|
||||
BROKEN_aarch64= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
BROKEN_i386= fails to compile: transaction/backend_data.c:727:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
|
||||
USES= gmake pgsql:9.6+ autoreconf readline
|
||||
WANT_PGSQL= lib server
|
||||
|
Loading…
Reference in New Issue
Block a user