svn commit: r387918 - branches/2015Q2/multimedia/gstreamer1-vaapi

Tijl Coosemans tijl at FreeBSD.org
Sat May 30 08:46:54 UTC 2015


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


More information about the svn-ports-all mailing list