aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/mlt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 53ed3f46ac17..686400c16715 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -146,6 +146,10 @@ CONFIGURE_ARGS+= --disable-vorbis
PLIST_SUB+= VORBIS="@comment "
.endif
+.if ${ARCH} == "sparc64"
+IGNORE= Does not compile on sparc64 (invokes i386 asm)
+.endif
+
pre-configure:
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure