diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /multimedia/mpeg_play | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=285419
Diffstat (limited to 'multimedia/mpeg_play')
-rw-r--r-- | multimedia/mpeg_play/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile index 31cbb84908a6..7e7ea6a6e51b 100644 --- a/multimedia/mpeg_play/Makefile +++ b/multimedia/mpeg_play/Makefile @@ -24,8 +24,8 @@ PLIST_FILES= bin/mpeg_play .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= Does not compile on ia64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" +BROKEN= Does not compile on ia64 or powerpc: uses i386-specific code .endif pre-patch: |