pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libmp4v2 set OVERRIDE_DIRDEPTH because ther...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b52146d1eb5
branches:  trunk
changeset: 535746:6b52146d1eb5
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Nov 27 21:24:32 2007 +0000

description:
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

diffstat:

 multimedia/libmp4v2/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 15e37b5a1fcf -r 6b52146d1eb5 multimedia/libmp4v2/Makefile
--- a/multimedia/libmp4v2/Makefile      Tue Nov 27 19:40:51 2007 +0000
+++ b/multimedia/libmp4v2/Makefile      Tue Nov 27 21:24:32 2007 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index