From 738b7fb099527f44a1354b8bedc600685155d806 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 27 Nov 2007 21:24:32 +0000 Subject: 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 --- multimedia/libmp4v2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'multimedia/libmp4v2/Makefile') 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 -- cgit v1.2.3