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 | ba70e7ff1a474e79bd1ceb07d87f5f213e30315e (patch) | |
tree | 2414ed2696aeea050a53899d12679aec97f79cda /multimedia/libmp4v2/Makefile | |
parent | 34b909a16b195cb5518bc6dc635e1b60904fdb9b (diff) | |
download | pkgsrc-ba70e7ff1a474e79bd1ceb07d87f5f213e30315e.tar.gz |
Avoid finding nasm.
Diffstat (limited to 'multimedia/libmp4v2/Makefile')
-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 |