Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 23:18:42 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551608 - head/security/seahorse
Message-ID:  <202010062318.096NIg3t070828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Oct  6 23:18:42 2020
New Revision: 551608
URL: https://svnweb.freebsd.org/changeset/ports/551608

Log:
  security/seahorse: fix build on GCC architectures
  
  Use C99:
  ../pgp/seahorse-ldap-source.c:1317: error: 'for' loop initial declaration used outside C99 mode

Modified:
  head/security/seahorse/Makefile

Modified: head/security/seahorse/Makefile
==============================================================================
--- head/security/seahorse/Makefile	Tue Oct  6 23:09:39 2020	(r551607)
+++ head/security/seahorse/Makefile	Tue Oct  6 23:18:42 2020	(r551608)
@@ -30,6 +30,7 @@ USE_XORG=	sm
 USE_LDCONFIG=	yes
 USES=		gettext gnome localbase:ldflags meson pkgconfig \
 		python:3.5+,build tar:xz xorg
+USE_CSTD=	c99
 USE_GNOME=	gtk30
 INSTALLS_ICONS=	yes
 



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