svn commit: r481478 - head/multimedia/mjpegtools

Thomas Zander riggs at FreeBSD.org
Sun Oct 7 19:35:34 UTC 2018


Author: riggs
Date: Sun Oct  7 19:35:33 2018
New Revision: 481478
URL: https://svnweb.freebsd.org/changeset/ports/481478

Log:
  Fix build on GCC-based architectures
  
  PR:		231606
  Submitted by:	pkubaj at anongoth.pl
  MFH:		2018Q4

Modified:
  head/multimedia/mjpegtools/Makefile

Modified: head/multimedia/mjpegtools/Makefile
==============================================================================
--- head/multimedia/mjpegtools/Makefile	Sun Oct  7 19:10:03 2018	(r481477)
+++ head/multimedia/mjpegtools/Makefile	Sun Oct  7 19:35:33 2018	(r481478)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	v4l_compat>0:multimedia/v4l_compat
 
 CONFLICTS=	mplex-[0-9]*
 
-USES=		gmake jpeg libtool pathfix pkgconfig localbase
+USES=		compiler:c++11-lang gmake gnome jpeg libtool localbase pathfix \
+		pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list