Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 07:46:20 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498459 - head/deskutils/meteo
Message-ID:  <201904090746.x397kKjB074726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@anongoth.pl>
  Approved by:	Hiroki Tagato <tagattie@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



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