aboutsummaryrefslogtreecommitdiff
path: root/databases/grass7
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-16 22:10:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-16 22:10:06 +0000
commitd6193297770bdfbf7988d0af539210f37cda3501 (patch)
treefe739a03bdf9a83d960c820087fa7a888c71fdfd /databases/grass7
parent1dbda00343c6bf10f1a087c446152235897056fb (diff)
downloadports-d6193297770bdfbf7988d0af539210f37cda3501.tar.gz
ports-d6193297770bdfbf7988d0af539210f37cda3501.zip
databases/grass7: fix build on GCC architectures
Force C11 compiler: checking whether the C compiler (cc -O2 -pipe -std=c11 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -fstack-protector-strong ) works... no
Notes
Notes: svn path=/head/; revision=548804
Diffstat (limited to 'databases/grass7')
-rw-r--r--databases/grass7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 767105da5cad..cfd171454908 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -39,7 +39,7 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
RUN_DEPENDS= ${PY_NUMPY} \
${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR}
-USES= blaslapack compiler:features gl gmake gnome iconv \
+USES= blaslapack compiler:c11 gl gmake gnome iconv \
jpeg perl5 pkgconfig python:3.6+ readline shebangfix xorg
SHEBANG_GLOB= *.py
SHEBANG_LANG= nviz