svn commit: r498459 - head/deskutils/meteo

Koichiro Iwao meta at FreeBSD.org
Tue Apr 9 07:46:21 UTC 2019


Author: meta
Date: Tue Apr  9 07:46:19 2019
New Revision: 498459
URL: https://svnweb.freebsd.org/changeset/ports/498459

Log:
  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)
  MFH:		2019Q2

Modified:
  head/deskutils/meteo/Makefile

Modified: head/deskutils/meteo/Makefile
==============================================================================
--- head/deskutils/meteo/Makefile	Tue Apr  9 07:38:51 2019	(r498458)
+++ head/deskutils/meteo/Makefile	Tue Apr  9 07:46:19 2019	(r498459)
@@ -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