summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-06-18 18:32:41 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-06-18 18:32:41 +0000
commit37f76061fe585a9dd7ee3f365061a39262c7a1a8 (patch)
treee5c2f58f1cfdcc75be2d85db2ed09c91902a3c83
parentUpgrade to 8.2.2 (diff)
Take off the BROKEN_i386 tag, as this now builds correctly on i386.
Notes
Notes: svn path=/head/; revision=504494
-rw-r--r--databases/pg_citus/Makefile2
1 files changed, 0 insertions, 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