Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2019 00:25: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: r514363 - head/devel/libvterm
Message-ID:  <201910130025.x9D0PqZc015075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Oct 13 00:25:52 2019
New Revision: 514363
URL: https://svnweb.freebsd.org/changeset/ports/514363

Log:
  devel/libvterm: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wpedantic"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/libvterm/Makefile

Modified: head/devel/libvterm/Makefile
==============================================================================
--- head/devel/libvterm/Makefile	Sun Oct 13 00:17:20 2019	(r514362)
+++ head/devel/libvterm/Makefile	Sun Oct 13 00:25:52 2019	(r514363)
@@ -12,7 +12,7 @@ COMMENT=	Implementation of a VT220/xterm/ECMA-48 termi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake libtool:build pathfix perl5
+USES=		compiler:c11 gmake libtool:build pathfix perl5
 PATHFIX_MAKEFILEIN=	Makefile
 USE_LDCONFIG=	yes
 USE_PERL5=	test



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