svn commit: r551755 - head/devel/termbox

Piotr Kubaj pkubaj at FreeBSD.org
Fri Oct 9 09:35:24 UTC 2020


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


More information about the svn-ports-all mailing list