diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-29 05:15:22 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-29 05:15:22 +0800 |
commit | 394df850844ea026bd5b309914e48796f2f9d4ce (patch) | |
tree | f55824ce509b9af9ff2a612d972d04b984f09db8 | |
parent | 4d8973f9c9514cfcd5198ae1ccc5ad42d4b27f1a (diff) | |
download | freebsd-ports-gnome-394df850844ea026bd5b309914e48796f2f9d4ce.tar.gz freebsd-ports-gnome-394df850844ea026bd5b309914e48796f2f9d4ce.tar.zst freebsd-ports-gnome-394df850844ea026bd5b309914e48796f2f9d4ce.zip |
BROKEN on amd64 and sparc64: Does not compile
-rw-r--r-- | graphics/xmrm/Makefile | 4 |
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 |