Date: Thu, 27 Sep 2018 22:32:12 +0000 From: Mark Linimon <linimon@lonesome.com> To: multimedia@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r480825 - head/audio/faac] Message-ID: <20180927223203.GB15273@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- Date: Thu, 27 Sep 2018 22:30:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@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 -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180927223203.GB15273>