1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix build on gcc-based archs.

Tested on powerpc64, amd64.

PR:		231668
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-09-27 22:30:30 +00:00
parent d3f9a26f07
commit 74da30c076
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480825

View File

@ -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