[linimon at FreeBSD.org: svn commit: r480825 - head/audio/faac]

Mark Linimon linimon at lonesome.com
Thu Sep 27 22:32:15 UTC 2018


FYI

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Thu, 27 Sep 2018 22:30:30 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r480825 - head/audio/faac

Author: linimon
Date: Thu Sep 27 22:30:30 2018
New Revision: 480825
URL: https://svnweb.freebsd.org/changeset/ports/480825

Log:
  Fix build on gcc-based archs.
  
  Tested on powerpc64, amd64.
  
  PR:		231668
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/faac/Makefile

Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile	Thu Sep 27 22:24:43 2018	(r480824)
+++ head/audio/faac/Makefile	Thu Sep 27 22:30:30 2018	(r480825)
@@ -17,11 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_FILE_ISO=	${WRKSRC}/README
 LICENSE_PERMS_ISO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN_mips=		fails to build: quantize.c:152: error: initializer element is not constant
-BROKEN_mips64=		fails to build: quantize.c:152: error: initializer element is not constant
-BROKEN_powerpc64=	fails to build: quantize.c:152: error: initializer element is not constant
-
-USES=		gmake libtool
+USES=		compiler:c11 gmake libtool
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


----- End forwarded message -----


More information about the freebsd-multimedia mailing list