mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on sparc64: fails to compile.
This commit is contained in:
parent
0a1c25db9a
commit
57c28ebd77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234761
2 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,9 @@ OPTIONS= DBUS "Enable D-BUS support" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
|
||||
|
|
|
@ -59,6 +59,9 @@ OPTIONS= DBUS "Enable D-BUS support" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
|
||||
|
|
Loading…
Add table
Reference in a new issue