1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

lang/gauche: fix build on GCC architectures

C11 compiler is necessary:
gauche/priv/vmP.h:108: error: redefinition of typedef 'ScmEscapePoint'
./gauche/vm.h:233: error: previous declaration of 'ScmEscapePoint' was here
This commit is contained in:
Piotr Kubaj 2019-12-31 02:56:59 +00:00
parent a144d8930c
commit 8f6467c93a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521583

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips= Fails to build: redefinition of GC_register_dynamic_libraries
BROKEN_mips64= Fails to build: redefinition of GC_register_dynamic_libraries
USES= gmake iconv makeinfo tar:tgz
USES= compiler:c11 gmake iconv makeinfo tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-local=${LOCALBASE} ${ICONV_CONFIGURE_BASE:S/lib//}
USE_LDCONFIG= yes