diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-27 22:30:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-27 22:30:30 +0000 |
commit | 74da30c0769b87f97bb8027a22aeff3b382eade4 (patch) | |
tree | 71d00c1fed1704431ce347b8be090d1a88fec421 /audio/faac | |
parent | Fix build on gcc-based archs. (diff) |
Fix build on gcc-based archs.
Tested on powerpc64, amd64.
PR: 231668
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=480825
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index a1c387fe8ed1..b40f1043df1b 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -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 |