svn commit: r514456 - head/comms/xlog

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 14 12:04:52 UTC 2019


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


More information about the svn-ports-head mailing list