diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-01-06 12:41:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-01-06 12:41:00 +0000 |
commit | 4f1cb2a501b1066ef626e84c8a900e9868104f7c (patch) | |
tree | 3968b40183bab569bf980d6095b356c0aa3f201e /multimedia/xvidcore | |
parent | 8483ee1b951d681fea91759ab50115b5314d921e (diff) | |
download | pkgsrc-4f1cb2a501b1066ef626e84c8a900e9868104f7c.tar.gz |
Disable assembly routines under Darwin, which break the build. In order to
support them, Mach-O binary support is needed in nasm. (There are some
patches around but I haven't got them to work yet.)
Diffstat (limited to 'multimedia/xvidcore')
-rw-r--r-- | multimedia/xvidcore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xvidcore/Makefile b/multimedia/xvidcore/Makefile index 1738426c909..8fe7925375b 100644 --- a/multimedia/xvidcore/Makefile +++ b/multimedia/xvidcore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/11/18 21:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2007/01/06 12:41:00 jmmv Exp $ DISTNAME= xvidcore-1.1.2 CATEGORIES= multimedia @@ -33,6 +33,7 @@ GNU_CONFIGURE= YES MAKE_ENV+= MKDIR=${MKDIR:Q} .if ${OPSYS} == "Darwin" +CONFIGURE_ARGS+= --disable-assembly post-install: ${RM} -f ${DESTDIR}${PREFIX}/lib/libxvidcore.so.4 ${MV} -f ${DESTDIR}${PREFIX}/lib/libxvidcore.so ${DESTDIR}${PREFIX}/lib/libxvidcore.dylib |