diff options
author | swills <swills@FreeBSD.org> | 2017-07-05 14:33:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-07-05 14:33:05 +0800 |
commit | 11d551b969337a95cee6a1c33ed8f98b561a3e12 (patch) | |
tree | fb8a48972d7a73dc08905d38cea5bba34e3cdfa1 /databases | |
parent | 2dc6640f8f739490298dff5c42c7f0715e079261 (diff) | |
download | freebsd-ports-gnome-11d551b969337a95cee6a1c33ed8f98b561a3e12.tar.gz freebsd-ports-gnome-11d551b969337a95cee6a1c33ed8f98b561a3e12.tar.zst freebsd-ports-gnome-11d551b969337a95cee6a1c33ed8f98b561a3e12.zip |
databases/timescaledb: needs a C11 compiler
Submitted by: kbowling (maintainer, via private communications)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 76e850d21627..d9e7095298ec 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -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 \ |