Mark as broken on sparc64. While here, pet portlint (whitespace).

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-06-04 01:45:57 +00:00
parent b45c60765d
commit 09b0a597e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255696

View file

@ -75,6 +75,10 @@ COMPAT_HEADERS=libavcodec/avcodec.h \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
CONFIGURE_ARGS+=--prefix="${PREFIX}" \ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
--mandir="${PREFIX}/man" \ --mandir="${PREFIX}/man" \
--enable-shared \ --enable-shared \