svn commit: r536710 - head/databases/pglogical
Piotr Kubaj
pkubaj at FreeBSD.org
Wed May 27 19:11:38 UTC 2020
Author: pkubaj
Date: Wed May 27 19:11:37 2020
New Revision: 536710
URL: https://svnweb.freebsd.org/changeset/ports/536710
Log:
databases/pglogical: fix build on GCC architectures
Use C11 compiler:
pglogical_dependency.c:235: error: static declaration of 'AcquireDeletionLock' follows non-static declaration
/usr/local/include/postgresql/server/catalog/dependency.h:198: error: previous declaration of 'AcquireDeletionLock' was here
Modified:
head/databases/pglogical/Makefile
Modified: head/databases/pglogical/Makefile
==============================================================================
--- head/databases/pglogical/Makefile Wed May 27 19:09:47 2020 (r536709)
+++ head/databases/pglogical/Makefile Wed May 27 19:11:37 2020 (r536710)
@@ -12,7 +12,7 @@ COMMENT= Logical replication system as a PostgreSQL ex
LICENSE= PostgreSQL
-USES= gettext-runtime gmake pgsql:9.4+
+USES= compiler:c11 gettext-runtime gmake pgsql:9.4+
USE_GITHUB= yes
GH_ACCOUNT= 2ndQuadrant
More information about the svn-ports-all
mailing list