pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk devel/tla has the GNU config scripts in a */*/* dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296d57c97e5f
branches:  trunk
changeset: 514816:296d57c97e5f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 09:40:25 2006 +0000

description:
devel/tla has the GNU config scripts in a */*/* directory.

diffstat:

 mk/bsd.pkg.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c15c17837d1b -r 296d57c97e5f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Jun 18 09:37:55 2006 +0000
+++ b/mk/bsd.pkg.mk     Sun Jun 18 09:40:25 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1856 2006/06/18 09:37:55 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1857 2006/06/18 09:40:25 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -494,9 +494,9 @@
 # configure to recognise NetBSD ports such as shark.
 #
 CONFIG_GUESS_OVERRIDE?=                \
-       config.guess */config.guess */*/config.guess
+       config.guess */config.guess */*/config.guess */*/*/config.guess
 CONFIG_SUB_OVERRIDE?=          \
-       config.sub */config.sub */*/config.sub
+       config.sub */config.sub */*/config.sub */*/*/config.sub
 CONFIG_RPATH_OVERRIDE?=                # set by platform file as needed
 .endif
 



Home | Main Index | Thread Index | Old Index