svn commit: r532281 - head/devel/simavr

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 21 16:57:09 UTC 2020


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


More information about the svn-ports-head mailing list