svn commit: r519214 - head/math/sc-im

Piotr Kubaj pkubaj at FreeBSD.org
Sat Dec 7 15:49:02 UTC 2019


Author: pkubaj
Date: Sat Dec  7 15:49:01 2019
New Revision: 519214
URL: https://svnweb.freebsd.org/changeset/ports/519214

Log:
  math/sc-im: fix build on GCC architectures
  
  libxlsxwriter requires newer compiler:
  /usr/local/include/xlsxwriter/workbook.h:909: error: wrong number of arguments specified for 'deprecated' attribute

Modified:
  head/math/sc-im/Makefile

Modified: head/math/sc-im/Makefile
==============================================================================
--- head/math/sc-im/Makefile	Sat Dec  7 14:43:00 2019	(r519213)
+++ head/math/sc-im/Makefile	Sat Dec  7 15:49:01 2019	(r519214)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libxlsreader.so:math/libxls \
 		libxlsxwriter.so:math/libxlsxwriter \
 		libzip.so:archivers/libzip
 
-USES=		gmake gnome lua:51 ncurses pkgconfig
+USES=		compiler:c11 gmake gnome lua:51 ncurses pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	andmarti1424
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list