mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken on sparc64. While here, pet portlint (whitespace).
Hat: portmgr
This commit is contained in:
parent
b45c60765d
commit
09b0a597e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255696
1 changed files with 5 additions and 1 deletions
|
@ -75,6 +75,10 @@ COMPAT_HEADERS=libavcodec/avcodec.h \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS+=--prefix="${PREFIX}" \
|
||||
--mandir="${PREFIX}/man" \
|
||||
--enable-shared \
|
||||
|
@ -110,7 +114,7 @@ USE_RC_SUBR= ffserver
|
|||
|
||||
.if defined(WITH_SSSE3)
|
||||
USE_GCC= 4.4+
|
||||
BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils
|
||||
BUILD_DEPENDS+= as:${PORTSDIR}/devel/binutils
|
||||
.endif
|
||||
|
||||
# sse hardware vector support
|
||||
|
|
Loading…
Add table
Reference in a new issue