aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-09-17 17:22:54 +0800
committerlinimon <linimon@FreeBSD.org>2010-09-17 17:22:54 +0800
commit51fe00753e728621925b8711362a3f87e4980d25 (patch)
tree938fa210d533a667ae616dba38578afd98139b85 /multimedia
parentacb8d6e91e02a2112e9a59f63d8e3f5d508ab608 (diff)
downloadfreebsd-ports-gnome-51fe00753e728621925b8711362a3f87e4980d25.tar.gz
freebsd-ports-gnome-51fe00753e728621925b8711362a3f87e4980d25.tar.zst
freebsd-ports-gnome-51fe00753e728621925b8711362a3f87e4980d25.zip
Mark as broken on sparc64 (and, presumably, ia64): runtime CPU detection
is only set up for amd64/i386/powerpc. Hat: portmgr
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mencoder/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index d884166350a6..91ac18d9cd17 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -166,4 +166,8 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/TOOLS/${tool} ${DATADIR}/tools
.endfor
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not detect CPU correctly on ia64 or sparc64
+.endif
+
.include <bsd.port.post.mk>