Date: Mon, 3 Dec 2018 12:50:59 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486516 - head/multimedia/vdr-plugin-xineliboutput Message-ID: <201812031250.wB3Coxoi054381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Dec 3 12:50:58 2018 New Revision: 486516 URL: https://svnweb.freebsd.org/changeset/ports/486516 Log: This port requires a newer GCC on GCC-based architectures. PR: 233690 Submitted by: Piotr Kubaj Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Mon Dec 3 12:34:22 2018 (r486515) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Mon Dec 3 12:50:58 2018 (r486516) @@ -21,7 +21,7 @@ LIB_DEPENDS= libxine.so:multimedia/libxine \ libvdpau.so:multimedia/libvdpau PATCH_STRIP= -p1 -USES= pkgconfig tar:bzip2 +USES= compiler:c++11-lang pkgconfig tar:bzip2 USE_XORG= xrandr xrender HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031250.wB3Coxoi054381>