diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-19 07:04:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-19 07:04:26 +0800 |
commit | a1183637f3562d29fe69b6060200a3111bff3cc9 (patch) | |
tree | 0a3f1fcd02eea8306b8bbf273c89f32077012d4e /x11 | |
parent | 8756dad62bf06a93fcf4d795a0993ff7cc2f93bc (diff) | |
download | freebsd-ports-graphics-a1183637f3562d29fe69b6060200a3111bff3cc9.tar.gz freebsd-ports-graphics-a1183637f3562d29fe69b6060200a3111bff3cc9.tar.zst freebsd-ports-graphics-a1183637f3562d29fe69b6060200a3111bff3cc9.zip |
Mark as broken on sparc64-6.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 9e185be6af2..41f61560c73 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -33,6 +33,10 @@ OPTIONS= XINE "Video playback support through libxine" on .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" && ${OSVERSION} < 700000 +BROKEN= Does not build on sparc64-6 +.endif + .if !defined(WITHOUT_XINE) LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ |