mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
finance/homebank: fix build on GCC architectures
Base GCC uses C89 by default: ui-budget-tabview.c:2910: error: 'for' loop initial declaration used outside C99 mode MFH: 2020Q2 (build fix blanket)
This commit is contained in:
parent
e636f8066b
commit
a40b838595
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530876
@ -17,6 +17,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
||||
GNU_CONFIGURE= yes
|
||||
USES= desktop-file-utils gettext gmake gnome localbase pkgconfig \
|
||||
shared-mime-info
|
||||
USE_CSTD= c99
|
||||
USE_GNOME= cairo gtk30 intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user