Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2020 08:40:21 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553426 - head/multimedia/libass
Message-ID:  <202010270840.09R8eLGn077066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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