freebsd-ports/math/openlibm/Makefile
Mark Linimon 6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00

36 lines
942 B
Makefile

# Created by: Iblis Lin <iblis@hs.ntnu.edu.tw>
# $FreeBSD$
PORTNAME= openlibm
PORTVERSION= 0.5.2
DISTVERSIONPREFIX= v
CATEGORIES= math
MASTER_SITES= GH
MAINTAINER= iblis@hs.ntnu.edu.tw
COMMENT= High quality system independent, portable, open source libm
LICENSE= MIT ISCL BSD2CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_aarch64= fails to compile: the clang compiler does not support -march=aarch64
BROKEN_armv6= fails to compile: a parameter list without types is only allowed in a function definition
BROKEN_mips= fails to compile: No rule to make target mips/Make.files
BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files
BROKEN_powerpc64= fails to build: gmake: clang: Command not found
USE_GITHUB= yes
GH_ACCOUNT= JuliaLang
GH_PROJECT= openlibm
USES= gmake
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
MAKE_ENV+= prefix=${PREFIX}
TEST_TARGET= check
.include <bsd.port.post.mk>