diff options
author | wiz <wiz> | 2008-12-04 15:07:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-12-04 15:07:03 +0000 |
commit | b3e0717b513036de7185da7e5c3ae0778b226cfc (patch) | |
tree | 2414ed2696aeea050a53899d12679aec97f79cda /multimedia/libmp4v2 | |
parent | 95aeb9bae31c7175635eb45dc4b37de947bf06ce (diff) | |
download | pkgsrc-b3e0717b513036de7185da7e5c3ae0778b226cfc.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 |