Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 09:35:24 +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: r551755 - head/devel/termbox
Message-ID:  <202010090935.0999ZOkT030505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Oct  9 09:35:23 2020
New Revision: 551755
URL: https://svnweb.freebsd.org/changeset/ports/551755

Log:
  devel/termbox: fix build on GCC architectures
  
  Use newer compiler:
  cc1: error: unrecognized command line option "-Wno-unused-result"

Modified:
  head/devel/termbox/Makefile

Modified: head/devel/termbox/Makefile
==============================================================================
--- head/devel/termbox/Makefile	Fri Oct  9 09:32:08 2020	(r551754)
+++ head/devel/termbox/Makefile	Fri Oct  9 09:35:23 2020	(r551755)
@@ -12,7 +12,7 @@ COMMENT=	Legacy-free alternative to ncurses
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	gmake
+USES=		compiler:c11 gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	termbox
 USE_LDCONFIG=	yes



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