svn commit: r480825 - head/audio/faac
Mark Linimon
linimon at FreeBSD.org
Thu Sep 27 22:30:31 UTC 2018
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
More information about the svn-ports-head
mailing list