svn commit: r548804 - head/databases/grass7

Piotr Kubaj pkubaj at FreeBSD.org
Wed Sep 16 22:10:07 UTC 2020


Author: pkubaj
Date: Wed Sep 16 22:10:06 2020
New Revision: 548804
URL: https://svnweb.freebsd.org/changeset/ports/548804

Log:
  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

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Wed Sep 16 20:58:22 2020	(r548803)
+++ head/databases/grass7/Makefile	Wed Sep 16 22:10:06 2020	(r548804)
@@ -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


More information about the svn-ports-head mailing list