svn commit: r500649 - head/multimedia/ustreamer

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 2 10:08:32 UTC 2019


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
 


More information about the svn-ports-all mailing list