diff options
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index d8e2c6e58f86..41e75886635d 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -37,6 +37,10 @@ post-patch: .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + # gcc 3.2 was available on 5.x before this OSVERSION # do not build gcc 3.3 unless necessary .if ${OSVERSION} < 501103 |