svn commit: r551608 - head/security/seahorse

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 6 23:18:42 UTC 2020


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
 


More information about the svn-ports-all mailing list