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 \
@ -110,7 +114,7 @@ USE_RC_SUBR= ffserver
.if defined(WITH_SSSE3) .if defined(WITH_SSSE3)
USE_GCC= 4.4+ USE_GCC= 4.4+
BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils
.endif .endif
# sse hardware vector support # sse hardware vector support