mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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>
|
.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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue