diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-27 21:24:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-27 21:24:32 +0000 |
commit | 206dd4c0cfa6a1f1e8a1b0cfede0ab63570fdef0 (patch) | |
tree | 682fc4f2e77df6b5d0efae1121f7ff65eb5b952a | |
parent | e6f8bea0f823bf4be7dc95c4945de0691dd6685a (diff) | |
download | pkgsrc-206dd4c0cfa6a1f1e8a1b0cfede0ab63570fdef0.tar.gz |
set OVERRIDE_DIRDEPTH because there are config.{guess,sub} files
deep within the hierarchy (not used by the build),
from Rumko per mail to pkgsrc-users
-rw-r--r-- | multimedia/libmp4v2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/libmp4v2/Makefile b/multimedia/libmp4v2/Makefile index b827bb19b5b..7bf935b50f8 100644 --- a/multimedia/libmp4v2/Makefile +++ b/multimedia/libmp4v2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/11/19 09:48:43 dillo Exp $ +# $NetBSD: Makefile,v 1.6 2007/11/27 21:24:32 drochner Exp $ DISTNAME= mpeg4ip-1.6.1 PKGNAME= libmp4v2-1.6.1 @@ -23,6 +23,10 @@ GNU_CONFIGURE= yes # the "bootstrap" script checks too much, and isn't useful anyway #CONFIGURE_SCRIPT= bootstrap +# libmp4v2 has config.{guess,sub} also in common/video/iso-mpeg4 +# (unused by libmp4v2 build) +OVERRIDE_DIRDEPTH= 3 + BUILD_DIRS= lib/mp4v2 INSTALL_DIRS+= lib/mp4v2 doc/mp4v2 |