1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Mark as broken on sparc64-9: fails to compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 10:48:57 +00:00
parent e9171c8618
commit 78bc8e3bd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287849

View File

@ -101,6 +101,10 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not compile on sparc64-9: storage size of 'utx' isn't known
.endif
.if !defined(WITHOUT_RATIO)
MODULES:=${MODULES}:mod_ratio
.endif