Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 11:51:57 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530877 - branches/2020Q2/finance/homebank
Message-ID:  <202004061151.036Bpv6D090123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Apr  6 11:51:57 2020
New Revision: 530877
URL: https://svnweb.freebsd.org/changeset/ports/530877

Log:
  MFH: r530876
  
  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
  
  Approved by:	portmgr (build fix blanket)

Modified:
  branches/2020Q2/finance/homebank/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/finance/homebank/Makefile
==============================================================================
--- branches/2020Q2/finance/homebank/Makefile	Mon Apr  6 11:51:01 2020	(r530876)
+++ branches/2020Q2/finance/homebank/Makefile	Mon Apr  6 11:51:57 2020	(r530877)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004061151.036Bpv6D090123>