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
This commit is contained in:
parent
8199a0eab1
commit
738b7fb099
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue