summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-28 21:15:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-28 21:15:22 +0000
commit394df850844ea026bd5b309914e48796f2f9d4ce (patch)
treef55824ce509b9af9ff2a612d972d04b984f09db8 /graphics
parentBROKEN on !i386 and on 4.x: Does not compile (diff)
BROKEN on amd64 and sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=154682
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmrm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile
index 7c4b7134cbe3..bc070a96c19e 100644
--- a/graphics/xmrm/Makefile
+++ b/graphics/xmrm/Makefile
@@ -28,6 +28,10 @@ NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on amd64 or sparc64
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmrm ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/xmrm_mpeg ${PREFIX}/bin