diff options
author | linimon <linimon@FreeBSD.org> | 2010-09-17 17:22:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-09-17 17:22:54 +0800 |
commit | 51fe00753e728621925b8711362a3f87e4980d25 (patch) | |
tree | 938fa210d533a667ae616dba38578afd98139b85 /multimedia | |
parent | acb8d6e91e02a2112e9a59f63d8e3f5d508ab608 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |