diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-29 22:08:31 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-11-29 22:08:31 +0000 |
commit | 79e4292990c4906cde6f209dca4db50468149ddf (patch) | |
tree | a467771af0c6278f3b8645eb843c166bbd19d4a7 | |
parent | audio/openal-soft: Pet portclippy (diff) |
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)
Notes
Notes:
svn path=/head/; revision=518675
-rw-r--r-- | math/libxlsxwriter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile index 8d0f53dcf637..3de3dbc52830 100644 --- a/math/libxlsxwriter/Makefile +++ b/math/libxlsxwriter/Makefile @@ -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 |