diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-04 15:07:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-04 15:07:03 +0000 |
commit | 1f5835a2daeb7c597ecaa26a94243d6ec1c8df26 (patch) | |
tree | 2414ed2696aeea050a53899d12679aec97f79cda /multimedia/libmp4v2 | |
parent | a0eaeb630f893c17c61cd11cfd2653c2d183f7f4 (diff) | |
download | pkgsrc-1f5835a2daeb7c597ecaa26a94243d6ec1c8df26.tar.gz |
Avoid finding nasm.
Diffstat (limited to 'multimedia/libmp4v2')
-rw-r--r-- | multimedia/libmp4v2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index 7bf935b50f8..58b459f2dcd 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/27 21:24:32 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2008/12/04 15:07:03 wiz Exp $ DISTNAME= mpeg4ip-1.6.1 PKGNAME= libmp4v2-1.6.1 @@ -20,6 +20,7 @@ USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= USENASM=no # the "bootstrap" script checks too much, and isn't useful anyway #CONFIGURE_SCRIPT= bootstrap |