Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2019 10:08:31 +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: r500649 - head/multimedia/ustreamer
Message-ID:  <201905021008.x42A8VjH067181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu May  2 10:08:31 2019
New Revision: 500649
URL: https://svnweb.freebsd.org/changeset/ports/500649

Log:
  multimedia/ustreamer: fix build with GCC-based architectures
  
  Add USES=compiler:c11 to fix:
  cc1: error: unrecognized command line option "-std=c11"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/multimedia/ustreamer/Makefile

Modified: head/multimedia/ustreamer/Makefile
==============================================================================
--- head/multimedia/ustreamer/Makefile	Thu May  2 10:00:44 2019	(r500648)
+++ head/multimedia/ustreamer/Makefile	Thu May  2 10:08:31 2019	(r500649)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:
 LIB_DEPENDS=	libevent.so:devel/libevent \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		gmake jpeg localbase:ldflags
+USES=		compiler:c11 gmake jpeg localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	pi-kvm
 



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