mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add USE_CSTD=c99 to fix build on GCC-based systems:
/wrkdirs/usr/ports/chinese/ibus-rime/work/ibus-rime-bfabe67/rime_main.c:152: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
ad75383ebd
commit
a702355a7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558413
@ -18,6 +18,7 @@ LIB_DEPENDS= libibus-1.0.so:textproc/ibus \
|
||||
RUN_DEPENDS= zh-rime-data>=g0:chinese/rime-data
|
||||
|
||||
USES= cmake gnome pkgconfig
|
||||
USE_CSTD= c99
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user