diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-18 23:04:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-18 23:04:26 +0000 |
commit | e6a751df1d13d7c31b4d87651fbd454f7948e5c0 (patch) | |
tree | 8402e99c59c1a474f24bd1fa648d529d69e40f16 /x11 | |
parent | - Update to 0.6.32 (diff) |
Mark as broken on sparc64-6.
Notes
Notes:
svn path=/head/; revision=230382
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 9e185be6af2e..41f61560c73d 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" \ |