Index: head/audio/faac/Makefile =================================================================== --- head/audio/faac/Makefile (revision 480824) +++ head/audio/faac/Makefile (revision 480825) @@ -1,29 +1,25 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= faac PORTVERSION= 1.29.9.2 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder LICENSE= GPLv2 LGPL21+ ISO LICENSE_COMB= multi LICENSE_NAME_ISO= ISO/IEC14496 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 .include