Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 07:54:33 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498702 - branches/2019Q2/deskutils/meteo
Message-ID:  <201904120754.x3C7sXKq075935@repo.freebsd.org>

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



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