Date: Sun, 7 Oct 2018 19:35:33 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481478 - head/multimedia/mjpegtools Message-ID: <201810071935.w97JZXVs084623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810071935.w97JZXVs084623>