Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 16:57:07 +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: r532281 - head/devel/simavr
Message-ID:  <202004211657.03LGv7h1087390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Apr 21 16:57:07 2020
New Revision: 532281
URL: https://svnweb.freebsd.org/changeset/ports/532281

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

Modified:
  head/devel/simavr/Makefile

Modified: head/devel/simavr/Makefile
==============================================================================
--- head/devel/simavr/Makefile	Tue Apr 21 16:30:31 2020	(r532280)
+++ head/devel/simavr/Makefile	Tue Apr 21 16:57:07 2020	(r532281)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	avr-gcc:devel/avr-gcc \
 		bash:shells/bash \
 		${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
 
-USES=		gl gmake pathfix pkgconfig xorg
+USES=		compiler:c11 gl gmake pathfix pkgconfig xorg
 USE_GL=	gl glu glut
 PATHFIX_MAKEFILEIN=	Makefile
 USE_XORG=	xdamage xcb xext xfixes xrandr



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