svn commit: r518675 - head/math/libxlsxwriter

Piotr Kubaj pkubaj at FreeBSD.org
Fri Nov 29 22:08:31 UTC 2019


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


More information about the svn-ports-all mailing list