Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 22:08:31 +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: r518675 - head/math/libxlsxwriter
Message-ID:  <201911292208.xATM8VLA071249@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Nov 29 22:08:31 2019
New Revision: 518675
URL: https://svnweb.freebsd.org/changeset/ports/518675

Log:
  math/libxlsxwriter: fix build on GCC architectures
  
  Use newer GCC:
  ../include/xlsxwriter/workbook.h:911: error: wrong number of arguments specified for 'deprecated' attribute
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/libxlsxwriter/Makefile

Modified: head/math/libxlsxwriter/Makefile
==============================================================================
--- head/math/libxlsxwriter/Makefile	Fri Nov 29 21:56:02 2019	(r518674)
+++ head/math/libxlsxwriter/Makefile	Fri Nov 29 22:08:31 2019	(r518675)
@@ -15,7 +15,7 @@ GH_ACCOUNT=	jmcnamara
 MAKE_ARGS=	INSTALL_DIR=${STAGEDIR}${PREFIX}
 
 USE_LDCONFIG=	yes
-USES=		gmake
+USES=		compiler:c11 gmake
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxlsxwriter.so.0



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