mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Also mark as broken on mips and sparc64. While here, pet portlint.
This commit is contained in:
parent
acda02f2d2
commit
676a2cc855
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422435
@ -10,16 +10,19 @@ COMMENT= Library to interface with PRUs
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_mips= Does not build: unrecognized command line option -Weverything
|
||||
BROKEN_mips64= Does not build: unrecognized command line option -Weverything
|
||||
BROKEN_powerpc64= Does not build
|
||||
BROKEN_sparc64= Does not build: unrecognized command line option -Weverything
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} != FreeBSD
|
||||
IGNORE= Only supported on FreeBSD
|
||||
IGNORE= only supported on FreeBSD
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 1000510
|
||||
IGNORE= Only supported on FreeBSD 10+
|
||||
IGNORE= only supported on FreeBSD 10+
|
||||
.endif
|
||||
|
||||
USES= cmake
|
||||
|
Loading…
Reference in New Issue
Block a user