1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

lang/tcl87: fix build on GCC architectures

8.7.a3 requires C11 compiler:
/wrkdirs/usr/ports/lang/tcl87/work/tcl8.7a3/compat/zlib/zconf.h:429: error: previous declaration of 'z_crc_t' was here

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-12-04 18:58:39 +00:00
parent 8d1a3fa422
commit b062c4a7ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519042

View File

@ -18,7 +18,7 @@ LICENSE_NAME= Tcl/Tk License
LICENSE_FILE= ${WRKSRC}/../license.terms
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= pathfix
USES= compiler:c11 pathfix
OPTIONS_DEFINE= TCLMAN TZDATA DEBUG
OPTIONS_DEFAULT=TCLMAN TZDATA