pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tla The problem fixed by revision 1.1857 of bsd....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26b21faa6c31
branches:  trunk
changeset: 515627:26b21faa6c31
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 05 06:15:49 2006 +0000

description:
The problem fixed by revision 1.1857 of bsd.pkg.mk no longer works
after the OVERRIDE_DIRDEPTH mechanism was introduced.  Ensure that
the config.* scripts under ${WRKSRC} are found and overridden by
setting OVERRIDE_DIRDEPTH to 3.

diffstat:

 devel/tla/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 99cce6ce1417 -r 26b21faa6c31 devel/tla/Makefile
--- a/devel/tla/Makefile        Wed Jul 05 06:09:15 2006 +0000
+++ b/devel/tla/Makefile        Wed Jul 05 06:15:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/06/17 21:41:07 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2006/07/05 06:15:49 jlam Exp $
 #
 
 DISTNAME=      tla-1.3.4
@@ -21,6 +21,7 @@
 
 HAS_CONFIGURE=         yes
 OVERRIDE_GNU_CONFIG_SCRIPTS=   yes
+OVERRIDE_DIRDEPTH=     3
 CONFIGURE_DIRS=                src/=build
 CONFIGURE_SCRIPT=      ../configure
 CONFIGURE_ARGS+=       --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index