svn commit: r445049 - head/databases/timescaledb

Steve Wills swills at FreeBSD.org
Wed Jul 5 06:33:06 UTC 2017


Author: swills
Date: Wed Jul  5 06:33:05 2017
New Revision: 445049
URL: https://svnweb.freebsd.org/changeset/ports/445049

Log:
  databases/timescaledb: needs a C11 compiler
  
  Submitted by:	kbowling (maintainer, via private communications)

Modified:
  head/databases/timescaledb/Makefile

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Wed Jul  5 06:33:03 2017	(r445048)
+++ head/databases/timescaledb/Makefile	Wed Jul  5 06:33:05 2017	(r445049)
@@ -16,7 +16,7 @@ GH_ACCOUNT=	timescale
 MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
 		install_bin=/usr/bin/install
 USE_LDCONFIG=	yes
-USES=		gmake pgsql:9.6
+USES=		compiler:c11 gmake pgsql:9.6
 
 PLIST_FILES=	lib/postgresql/timescaledb.so \
 		share/postgresql/extension/timescaledb--0.1.0.sql \


More information about the svn-ports-all mailing list