svn commit: r498702 - branches/2019Q2/deskutils/meteo

Koichiro Iwao meta at FreeBSD.org
Fri Apr 12 07:54:34 UTC 2019


Author: meta
Date: Fri Apr 12 07:54:33 2019
New Revision: 498702
URL: https://svnweb.freebsd.org/changeset/ports/498702

Log:
  MFH: r498459
  
  deskutils/meteo: fix build with GCC-based architectures
  
  PR:		237027
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:	Hiroki Tagato <tagattie at yandex.com> (maintainer)
  
  Approved by:	portmgr (joneum)

Modified:
  branches/2019Q2/deskutils/meteo/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/deskutils/meteo/Makefile
==============================================================================
--- branches/2019Q2/deskutils/meteo/Makefile	Fri Apr 12 07:32:59 2019	(r498701)
+++ branches/2019Q2/deskutils/meteo/Makefile	Fri Apr 12 07:54:33 2019	(r498702)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libappindicator3.so:devel/libappindicator
 		libgeocode-glib.so:net/geocode-glib \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 
-USES=		desktop-file-utils gettext gnome meson pkgconfig \
+USES=		compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \
 		python:3.5+,build shebangfix
 
 USE_GITLAB=	yes


More information about the svn-ports-all mailing list