svn commit: r556454 - head/multimedia/arcan

Jan Beich jbeich at FreeBSD.org
Fri Nov 27 20:27:11 UTC 2020


Author: jbeich
Date: Fri Nov 27 20:27:10 2020
New Revision: 556454
URL: https://svnweb.freebsd.org/changeset/ports/556454

Log:
  multimedia/arcan: unbreak on GCC architectures
  
  cc1: error: unrecognized command line option "-Wno-atomic-alignment"
  cc1: error: unrecognized command line option "-std=gnu11"

Modified:
  head/multimedia/arcan/Makefile   (contents, props changed)

Modified: head/multimedia/arcan/Makefile
==============================================================================
--- head/multimedia/arcan/Makefile	Fri Nov 27 19:53:54 2020	(r556453)
+++ head/multimedia/arcan/Makefile	Fri Nov 27 20:27:10 2020	(r556454)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	mesa-dri>0:graphics/mesa-dri
 
-USES=		cmake gl iconv openal pkgconfig sqlite
+USES=		cmake compiler:c11 gl iconv openal pkgconfig sqlite
 USE_GITHUB=	yes
 USE_GL=		egl gbm gl
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list