svn commit: r498527 - head/comms/gpredict

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 10 04:18:58 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list