svn commit: r554804 - head/multimedia/gstreamer1-plugins

Piotr Kubaj pkubaj at FreeBSD.org
Tue Nov 10 00:57:54 UTC 2020


Author: pkubaj
Date: Tue Nov 10 00:57:53 2020
New Revision: 554804
URL: https://svnweb.freebsd.org/changeset/ports/554804

Log:
  multimedia/gstreamer1-plugins-assrender: fix build on GCC architectures
  
  /usr/local/include/ass/ass.h:421: error: wrong number of arguments specified for 'deprecated' attribute

Modified:
  head/multimedia/gstreamer1-plugins/Makefile.common

Modified: head/multimedia/gstreamer1-plugins/Makefile.common
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile.common	Tue Nov 10 00:10:38 2020	(r554803)
+++ head/multimedia/gstreamer1-plugins/Makefile.common	Tue Nov 10 00:57:53 2020	(r554804)
@@ -213,6 +213,7 @@ gst_aom_LIB_DEPENDS=	libaom.so:multimedia/aom
 
 # assrender
 gst_assrender_LIB_DEPENDS=	libass.so:multimedia/libass
+gst_assrender_USES=	compiler:c11
 
 # bs2b
 gst_bs2b_LIB_DEPENDS=	libbs2b.so:audio/libbs2b


More information about the svn-ports-all mailing list