mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +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:
parent
8d1a3fa422
commit
b062c4a7ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519042
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user