Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 08:46:54 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r387918 - branches/2015Q2/multimedia/gstreamer1-vaapi
Message-ID:  <201505300846.t4U8ksCx049110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat May 30 08:46:53 2015
New Revision: 387918
URL: https://svnweb.freebsd.org/changeset/ports/387918

Log:
  MFH: r387035 (partially)
  
  - Fix build on FreeBSD 8/9 by using modern compiler
  - Make build log more verbose
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2015Q2/multimedia/gstreamer1-vaapi/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/multimedia/gstreamer1-vaapi/Makefile
==============================================================================
--- branches/2015Q2/multimedia/gstreamer1-vaapi/Makefile	Sat May 30 08:27:46 2015	(r387917)
+++ branches/2015Q2/multimedia/gstreamer1-vaapi/Makefile	Sat May 30 08:46:53 2015	(r387918)
@@ -16,9 +16,9 @@ LIB_DEPENDS=	libva.so:${PORTSDIR}/multim
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-wayland --with-gstreamer-api=1.4 \
-		--disable-builtin-libvpx
+		--disable-builtin-libvpx --disable-silent-rules
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pkgconfig tar:bzip2
+USES=		compiler:c11 gmake libtool pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_GSTREAMER1=	yes
 USE_GL=		gl



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