Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2017 06:33:05 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445049 - head/databases/timescaledb
Message-ID:  <201707050633.v656X5M3043946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707050633.v656X5M3043946>