Skip to content

Commit

Permalink
Disable assembler support under Mac OS X to fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tron committed Jan 17, 2011
1 parent 6554fae commit 0a22013
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion multimedia/ffmpeg/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.63 2011/01/17 16:51:04 drochner Exp $ # $NetBSD: Makefile,v 1.64 2011/01/17 22:14:02 tron Exp $


# XXX This is release 0.6.1 but we had date-based pkgnames before. # XXX This is release 0.6.1 but we had date-based pkgnames before.
PKGNAME= ffmpeg-20101018.0.6.1 PKGNAME= ffmpeg-20101018.0.6.1
Expand All @@ -21,6 +21,12 @@ INSTALLATION_DIRS= lib share/examples/ffmpeg share/doc/ffmpeg
CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \ CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \
${PKG_SYSCONFDIR}/ffserver.conf ${PKG_SYSCONFDIR}/ffserver.conf


.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --disable-asm
.endif

post-install: post-install:
${INSTALL_DATA} ${WRKSRC}/libavcodec/api-example.c \ ${INSTALL_DATA} ${WRKSRC}/libavcodec/api-example.c \
${DESTDIR}${PREFIX}/share/doc/ffmpeg ${DESTDIR}${PREFIX}/share/doc/ffmpeg
Expand Down

0 comments on commit 0a22013

Please sign in to comment.