Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 04:18:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498527 - head/comms/gpredict
Message-ID:  <201904100418.x3A4IvHR029786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr 10 04:18:57 2019
New Revision: 498527
URL: https://svnweb.freebsd.org/changeset/ports/498527

Log:
  comms/gpredict: fix build with GCC-based architectures
  
  PR:		237144
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/comms/gpredict/Makefile

Modified: head/comms/gpredict/Makefile
==============================================================================
--- head/comms/gpredict/Makefile	Wed Apr 10 04:14:49 2019	(r498526)
+++ head/comms/gpredict/Makefile	Wed Apr 10 04:18:57 2019	(r498527)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libgoocanvas-2.0.so:graphics/goocanvas2 \
 		libgps.so:astro/gpsd
 
-USES=		gettext gmake pkgconfig tar:bz2
+USES=		compiler:c11 gettext gmake gnome pkgconfig tar:bz2
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 



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