Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 11:16:00 +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: r555633 - head/math/librdata
Message-ID:  <202011181116.0AIBG0aW091130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 18 11:15:59 2020
New Revision: 555633
URL: https://svnweb.freebsd.org/changeset/ports/555633

Log:
  math/librdata: fix build on GCC architectures

Modified:
  head/math/librdata/Makefile

Modified: head/math/librdata/Makefile
==============================================================================
--- head/math/librdata/Makefile	Wed Nov 18 11:15:56 2020	(r555632)
+++ head/math/librdata/Makefile	Wed Nov 18 11:15:59 2020	(r555633)
@@ -11,7 +11,7 @@ COMMENT=	Read and write R data frames from C
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		autoreconf libtool gettext-tools
+USES=		autoreconf compiler:c11 libtool gettext-tools
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	WizardMac



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