svn commit: r514363 - head/devel/libvterm

Piotr Kubaj pkubaj at FreeBSD.org
Sun Oct 13 00:25:53 UTC 2019


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


More information about the svn-ports-head mailing list