diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-18 03:40:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-18 03:40:55 +0000 |
commit | b4a3b06f2253bab2a0f5f159ba8b1123f33961b0 (patch) | |
tree | eb438c02cfd75effb52c29d65e40ace357ccbee8 /multimedia | |
parent | b27c900cce54415d623361df3c1d7e8b0e013730 (diff) | |
download | ports-b4a3b06f2253bab2a0f5f159ba8b1123f33961b0.tar.gz ports-b4a3b06f2253bab2a0f5f159ba8b1123f33961b0.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
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 |