svn commit: r553426 - head/multimedia/libass

Jan Beich jbeich at FreeBSD.org
Tue Oct 27 08:40:22 UTC 2020


Author: jbeich
Date: Tue Oct 27 08:40:21 2020
New Revision: 553426
URL: https://svnweb.freebsd.org/changeset/ports/553426

Log:
  multimedia/libass: unbreak on GCC architectures after r553425
  
  In file included from ass.c:35:
  ass.h:421: error: wrong number of arguments specified for 'deprecated' attribute
  ass.h:520: error: wrong number of arguments specified for 'deprecated' attribute

Modified:
  head/multimedia/libass/Makefile   (contents, props changed)

Modified: head/multimedia/libass/Makefile
==============================================================================
--- head/multimedia/libass/Makefile	Tue Oct 27 08:33:24 2020	(r553425)
+++ head/multimedia/libass/Makefile	Tue Oct 27 08:40:21 2020	(r553426)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfribidi.so:converters/fribidi \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		autoreconf iconv libtool pathfix pkgconfig tar:xz
+USES=		autoreconf compiler:c11 iconv libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list