Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 12:04:52 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514456 - head/comms/xlog
Message-ID:  <201910141204.x9EC4qBf075575@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Oct 14 12:04:52 2019
New Revision: 514456
URL: https://svnweb.freebsd.org/changeset/ports/514456

Log:
  comms/xlog: fix build on GCC architectures
  
  Use newer compiler:
  cc1: error: unrecognized command line option "-Wno-stringop-truncation"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/comms/xlog/Makefile

Modified: head/comms/xlog/Makefile
==============================================================================
--- head/comms/xlog/Makefile	Mon Oct 14 10:58:19 2019	(r514455)
+++ head/comms/xlog/Makefile	Mon Oct 14 12:04:52 2019	(r514456)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libhamlib.so:comms/hamlib \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gnome pkgconfig shared-mime-info
+USES=		compiler:c11 gnome pkgconfig shared-mime-info
 
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 GNU_CONFIGURE=	yes



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