From 37f76061fe585a9dd7ee3f365061a39262c7a1a8 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Tue, 18 Jun 2019 18:32:41 +0000 Subject: [PATCH] Take off the BROKEN_i386 tag, as this now builds correctly on i386. --- databases/pg_citus/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile index bb888d8cfffe..2c72c494e487 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -12,8 +12,6 @@ COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 -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:10+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes