Date: Sat, 7 Dec 2019 15:49:01 +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: r519214 - head/math/sc-im Message-ID: <201912071549.xB7Fn1ke063612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071549.xB7Fn1ke063612>