Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 22:10:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548804 - head/databases/grass7
Message-ID:  <202009162210.08GMA6BY052485@repo.freebsd.org>

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



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